Podfile 259 B

123456789101112
  1. use_frameworks!
  2. platform :ios, '10.0'
  3. target 'BFCommonKit_Example' do
  4. pod 'BFCommonKit', :path => '../'
  5. # pod "BFCommonKit", :git => 'https://git.yishihui.com/iOS/BFCommonKit.git'
  6. target 'BFCommonKit_Tests' do
  7. inherit! :search_paths
  8. end
  9. end