Podfile 457 B

1234567891011121314
  1. target 'KingfisherTests' do
  2. platform :ios, '9.0'
  3. pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git', :branch => 'swift4'
  4. end
  5. target 'KingfisherTests-macOS' do
  6. platform :osx, '10.11'
  7. pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git', :branch => 'swift4'
  8. end
  9. target 'KingfisherTests-tvOS' do
  10. platform :tvos, '9.0'
  11. pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git', :branch => 'swift4'
  12. end