Podfile 546 B

123456789101112
  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 'BFFramework', :path => '../'
  11. end