@@ -3,12 +3,9 @@ use_frameworks!
platform :ios, '10.0'
target 'BFCommonKit_Example' do
- use_modular_headers!
pod 'BFCommonKit', :path => '../'
target 'BFCommonKit_Tests' do
inherit! :search_paths
-
end