Podfile 207 B

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