Podfile 446 B

123456789101112131415161718
  1. use_frameworks!
  2. platform :ios, '10.0'
  3. target 'BFAnalyzeKit_Example' do
  4. source 'https://git.yishihui.com/iOS/BFSpecs.git'
  5. source 'https://github.com/CocoaPods/Specs.git'
  6. pod 'BFAnalyzeKit', :path => '../'
  7. pod 'BFCommonKit', :path => '../../../BFCommonKit/Trunk'
  8. pod 'BFNetRequestKit', :path => '../../../BFNetRequestKit/Trunk'
  9. target 'BFAnalyzeKit_Tests' do
  10. inherit! :search_paths
  11. end
  12. end