12345678910 |
- use_frameworks!
- install!'cocoapods',:deterministic_uuids=>false
- platform :ios, '10.0'
- target 'BFFramework_Example' do
- source 'https://git.yishihui.com/iOS/BFSpecs.git'
- source 'https://github.com/CocoaPods/Specs.git'
- # pod 'BFCommonKit', :path => '/Users/sanw/Desktop/BytesFlow/Person/Projects/BFCommonKit/'
- pod 'BFFramework', :path => '../'
- end
|