wenweiwei 3 vuotta sitten
vanhempi
commit
04a2df2d56
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  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