123456789101112131415161718 |
- use_frameworks!
- platform :ios, '10.0'
- target 'BFAnalyzeKit_Example' do
- source 'https://git.yishihui.com/iOS/BFSpecs.git'
- source 'https://github.com/CocoaPods/Specs.git'
-
- pod 'BFAnalyzeKit', :path => '../'
- pod 'BFCommonKit', :path => '../../../BFCommonKit/Trunk'
- pod 'BFNetRequestKit', :path => '../../../BFNetRequestKit/Trunk'
- target 'BFAnalyzeKit_Tests' do
- inherit! :search_paths
-
- end
- end
|