source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

target 'Nuke Demo' do
	pod 'Nuke', :path => '../'
	pod 'DFCache'
	pod 'Preheat', '~>3.0'
end
