Podfile 191 B

1234567891011
  1. use_frameworks!
  2. platform :ios, '10.0'
  3. target 'BFCommonKit_Example' do
  4. pod 'BFCommonKit', :path => '../'
  5. target 'BFCommonKit_Tests' do
  6. inherit! :search_paths
  7. end
  8. end