Podfile 288 B

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