use_frameworks!

platform :ios, '10.0'

target 'BFCommonKit_Example' do
  pod 'BFCommonKit',            :path => '../'
  
  target 'BFCommonKit_Tests' do
    inherit! :search_paths
  end
end