Browse Source

first commit

wenweiwei 3 years ago
parent
commit
ced369dea4
2 changed files with 2 additions and 1 deletions
  1. 1 1
      BFCommonKit.podspec
  2. 1 0
      Example/Podfile

+ 1 - 1
BFCommonKit.podspec

@@ -8,7 +8,7 @@
 
 
 Pod::Spec.new do |s|
 Pod::Spec.new do |s|
   s.name             = 'BFCommonKit'
   s.name             = 'BFCommonKit'
-  s.version          = '1.0.8'
+  s.version          = '1.0.9'
   s.summary          = 'A short description of BFCommonKit.'
   s.summary          = 'A short description of BFCommonKit.'
   s.swift_version    = '5.0'
   s.swift_version    = '5.0'
 # This description is used to generate tags and improve search results.
 # 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'
 platform :ios, '10.0'
 
 
 target 'BFCommonKit_Example' do
 target 'BFCommonKit_Example' do
+  use_modular_headers!
   pod 'BFCommonKit', :path => '../'
   pod 'BFCommonKit', :path => '../'
 
 
   target 'BFCommonKit_Tests' do
   target 'BFCommonKit_Tests' do