Podfile 416 B

123456789101112
  1. # Uncomment this line to define a global platform for your project
  2. # platform :ios, '6.0'
  3. target 'KingfisherTests' do
  4. platform :ios, '8.0'
  5. pod 'Nocilla', :git => 'https://github.com/pcantrell/Nocilla.git', :branch => 'delayed-response'
  6. end
  7. target 'KingfisherTests-OSX' do
  8. platform :osx, '10.10'
  9. pod 'Nocilla', :git => 'https://github.com/pcantrell/Nocilla.git', :branch => 'delayed-response'
  10. end