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