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