| 1234567891011121314 |
- # Uncomment this line to define a global platform for your project
- # platform :ios, '6.0'
- target 'Kingfisher-Demo' do
- end
- target 'Kingfisher' do
- end
- target 'KingfisherTests' do
- pod 'Nocilla', :git => 'https://github.com/pcantrell/Nocilla.git', :branch => 'delayed-response'
- end
|