소스 검색

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