Podfile 797 B

12345678910111213141516171819202122
  1. use_frameworks!
  2. platform :ios, '10.0'
  3. target 'BFStuckPointKit_Example' do
  4. source 'https://git.yishihui.com/iOS/BFSpecs.git'
  5. source 'https://github.com/CocoaPods/Specs.git'
  6. pod 'BFStuckPointKit', :path => '../'
  7. pod 'BFCommonKit', :path => '../../../BFCommonKit/Trunk'
  8. pod 'BFNetRequestKit', :path => '../../../BFNetRequestKit/Trunk'
  9. pod 'BFUIKit', :path => '../../../BFUIKit/Trunk'
  10. pod 'BFMaterialKit', :path => '../../../BFMaterialKit/Trunk'
  11. pod 'BFMediaKit', :path => '../../../BFMediaKit/Trunk'
  12. pod 'BFAnalyzeKit', :path => '../../../BFAnalyzeKit/Trunk'
  13. pod "BFUploadKit" , :path => '../../../BFUploadKit/Trunk'
  14. target 'BFStuckPointKit_Tests' do
  15. inherit! :search_paths
  16. end
  17. end