12345678910111213141516 |
- use_frameworks!
- platform :ios, '10.0'
- target 'BFStuckPointKit_Example' do
- pod 'BFStuckPointKit', :path => '../'
- pod 'BFCommonKit', :path => '../../../BFCommonKit/Trunk'
- pod 'BFNetRequestKit', :path => '../../../BFNetRequestKit/Trunk'
- pod 'BFUIKit', :path => '../../../BFUIKit/Trunk'
- pod 'BFMaterialKit', :path => '../../../BFMaterialKit/Trunk'
-
- target 'BFStuckPointKit_Tests' do
- inherit! :search_paths
- end
- end
|