Podfile 353 B

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