wenweiwei 3 سال پیش
والد
کامیت
04a2df2d56
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  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