소스 검색

first commit

wenweiwei 3 년 전
부모
커밋
ced369dea4
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      BFCommonKit.podspec
  2. 1 0
      Example/Podfile

+ 1 - 1
BFCommonKit.podspec

@@ -8,7 +8,7 @@
 
 Pod::Spec.new do |s|
   s.name             = 'BFCommonKit'
-  s.version          = '1.0.8'
+  s.version          = '1.0.9'
   s.summary          = 'A short description of BFCommonKit.'
   s.swift_version    = '5.0'
 # This description is used to generate tags and improve search results.

+ 1 - 0
Example/Podfile

@@ -3,6 +3,7 @@ use_frameworks!
 platform :ios, '10.0'
 
 target 'BFCommonKit_Example' do
+  use_modular_headers!
   pod 'BFCommonKit', :path => '../'
 
   target 'BFCommonKit_Tests' do