| 1234567891011121314 |
- target 'KingfisherTests' do
- platform :ios, '9.0'
- pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git', :branch => 'swift4'
- end
- target 'KingfisherTests-macOS' do
- platform :osx, '10.11'
- pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git', :branch => 'swift4'
- end
- target 'KingfisherTests-tvOS' do
- platform :tvos, '9.0'
- pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git', :branch => 'swift4'
- end
|