Podfile 291 B

12345678910111213141516
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. source 'http://git.bogokj.com/fandong/BogoSpec.git'
  3. #use_frameworks!
  4. platform :ios, '9.0'
  5. target 'FDNetworkObjC_Example' do
  6. pod 'FDNetworkObjC', :path => '../'
  7. target 'FDNetworkObjC_Tests' do
  8. inherit! :search_paths
  9. end
  10. end