瀏覽代碼

first commit

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