| 123456789101112 | use_frameworks!install!'cocoapods',:deterministic_uuids=>falseplatform :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 'BFNetRequestKit', :path => '/Users/sanw/Desktop/BytesFlow/Person/Projects/BFNetRequestKit/'#  pod 'BFMaterialKit', :path => '/Users/sanw/Desktop/BytesFlow/Person/Projects/BFMaterialKit/'  pod 'BFFramework', :path => '../'end
 |