|
@@ -8,7 +8,7 @@
|
|
|
|
|
|
Pod::Spec.new do |s|
|
|
|
s.name = 'BFCommonKit'
|
|
|
- s.version = '1.0.1'
|
|
|
+ s.version = '1.0.2'
|
|
|
s.summary = 'A short description of BFCommonKit.'
|
|
|
s.swift_version = '5.0'
|
|
|
# This description is used to generate tags and improve search results.
|
|
@@ -37,6 +37,7 @@ TODO: Add long description of the pod here.
|
|
|
bb.frameworks = 'UIKit', 'WebKit'
|
|
|
bb.dependency 'Alamofire','4.9.1'
|
|
|
bb.dependency 'SnapKit','5.0.1'
|
|
|
+ cc.dependency 'BFCommonKit/BFUtility'
|
|
|
end
|
|
|
s.subspec 'BFEnums' do |ee|
|
|
|
ee.source_files = 'BFCommonKit/Classes/BFEnums/*'
|
|
@@ -47,6 +48,7 @@ TODO: Add long description of the pod here.
|
|
|
cc.frameworks = 'Foundation','UIKit','MobileCoreServices' # ,'CommonCrypto'
|
|
|
cc.dependency 'KingfisherWebP','1.3.0'
|
|
|
cc.dependency 'BFCommonKit/BFUtility'
|
|
|
+ cc.dependency 'BFCommonKit/BFBase'
|
|
|
end
|
|
|
s.subspec 'BFUtility' do |uu|
|
|
|
uu.source_files = 'BFCommonKit/Classes/BFUtility/*'
|
|
@@ -56,6 +58,7 @@ TODO: Add long description of the pod here.
|
|
|
uu.dependency 'KeychainAccess','4.2.2'
|
|
|
uu.dependency 'Kingfisher','6.3.0'
|
|
|
uu.dependency 'Toast-Swift','5.0.1'
|
|
|
+ cc.dependency 'BFCommonKit/BFCategorys'
|
|
|
end
|
|
|
s.subspec 'BFDebug' do |dd|
|
|
|
dd.source_files = 'BFCommonKit/Classes/BFDebug/*'
|