# 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/onevcat/Nocilla.git' end target 'KingfisherTests-OSX' do platform :osx, '10.10' pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git' end target 'KingfisherTests-tvOS' do platform :tvos, '9.0' pod 'Nocilla', :git => 'https://github.com/onevcat/Nocilla.git' end