Podfile 724 B

1234567891011121314151617181920
  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. target 'BFStuckPointKit_Tests' do
  14. inherit! :search_paths
  15. end
  16. end