use_frameworks!

platform :ios, '8.3'

target 'ThemesDemo' do
 pod 'Themes', path: '../../'
 pod 'Imaginary'
 pod 'Hue'
 pod 'On', :git => 'https://github.com/onmyway133/On'
 pod 'ConfettiView'
end

