Podfile 541 B

12345678910111213141516
  1. use_frameworks!
  2. platform :ios, '10.0'
  3. target 'BFStuckPointKit_Example' do
  4. pod 'BFStuckPointKit', :path => '../'
  5. pod 'BFCommonKit', :path => '../../../BFCommonKit/Trunk'
  6. pod 'BFNetRequestKit', :path => '../../../BFNetRequestKit/Trunk'
  7. pod 'BFUIKit', :path => '../../../BFUIKit/Trunk'
  8. pod 'BFMaterialKit', :path => '../../../BFMaterialKit/Trunk'
  9. pod 'BFMediaKit', :path => '../../../BFMediaKit/Trunk'
  10. target 'BFStuckPointKit_Tests' do
  11. inherit! :search_paths
  12. end
  13. end