Podfile 629 B

12345678910111213
  1. use_frameworks!
  2. install!'cocoapods',:deterministic_uuids=>false
  3. platform :ios, '10.0'
  4. target 'BFFramework_Example' do
  5. source 'https://git.yishihui.com/iOS/BFSpecs.git'
  6. source 'https://github.com/CocoaPods/Specs.git'
  7. pod 'BFCommonKit', :path => '/Users/sanw/Desktop/BytesFlow/Person/Projects/BFCommonKit/'
  8. pod 'BFNetRequestKit', :path => '/Users/sanw/Desktop/BytesFlow/Person/Projects/BFNetRequestKit/'
  9. pod 'BFMaterialKit', :path => '/Users/sanw/Desktop/BytesFlow/Person/Projects/BFMaterialKit/'
  10. pod 'BFUIKit', :path => '/Users/sanw/Desktop/BytesFlow/Person/Projects/BFUIKit/'
  11. pod 'BFFramework', :path => '../'
  12. end