Podfile 483 B

1234567891011121314151617
  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/onevcat/Nocilla.git'
  6. end
  7. target 'KingfisherTests-OSX' do
  8. platform :osx, '10.10'
  9. pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git'
  10. end
  11. target 'KingfisherTests-tvOS' do
  12. platform :tvos, '9.0'
  13. pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git'
  14. end