wenweiwei 3 anni fa
parent
commit
ced369dea4
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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