Browse Source

first commit

wenweiwei 3 years ago
parent
commit
04a2df2d56
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Example/Podfile

+ 0 - 3
Example/Podfile

@@ -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
 end