| 123456789101112 | use_frameworks!platform :ios, '10.0'target 'BFCommonKit_Example' do  pod 'BFCommonKit', :path => '../'# pod "BFCommonKit",      :git => 'https://git.yishihui.com/iOS/BFCommonKit.git'  target 'BFCommonKit_Tests' do    inherit! :search_paths  endend
 |