|
@@ -39,10 +39,10 @@ TODO: Add long description of the pod here.
|
|
s.subspec 'BFBase' do |bb|
|
|
s.subspec 'BFBase' do |bb|
|
|
bb.source_files = 'BFCommonKit/Classes/BFBase/**/*'
|
|
bb.source_files = 'BFCommonKit/Classes/BFBase/**/*'
|
|
bb.frameworks = 'UIKit', 'WebKit'
|
|
bb.frameworks = 'UIKit', 'WebKit'
|
|
- bb.dependency 'Alamofire','5.4.3'
|
|
|
|
- bb.dependency 'SnapKit','5.0.1'
|
|
|
|
|
|
+ bb.dependency 'Alamofire'
|
|
|
|
+ bb.dependency 'SnapKit'
|
|
bb.dependency 'RealmSwift','10.7.6'
|
|
bb.dependency 'RealmSwift','10.7.6'
|
|
- bb.dependency 'FDFullscreenPopGesture','1.1'
|
|
|
|
|
|
+ bb.dependency 'FDFullscreenPopGesture'
|
|
bb.dependency 'BFCommonKit/BFUtility'
|
|
bb.dependency 'BFCommonKit/BFUtility'
|
|
bb.dependency 'BFCommonKit/BFConfig'
|
|
bb.dependency 'BFCommonKit/BFConfig'
|
|
bb.dependency 'BFCommonKit/BFCategorys'
|
|
bb.dependency 'BFCommonKit/BFCategorys'
|
|
@@ -54,16 +54,16 @@ TODO: Add long description of the pod here.
|
|
s.subspec 'BFCategorys' do |cc|
|
|
s.subspec 'BFCategorys' do |cc|
|
|
cc.source_files = 'BFCommonKit/Classes/BFCategorys/*'
|
|
cc.source_files = 'BFCommonKit/Classes/BFCategorys/*'
|
|
cc.frameworks = 'Foundation','UIKit','MobileCoreServices' # ,'CommonCrypto'
|
|
cc.frameworks = 'Foundation','UIKit','MobileCoreServices' # ,'CommonCrypto'
|
|
- cc.dependency 'KingfisherWebP','1.3.0'
|
|
|
|
|
|
+ cc.dependency 'KingfisherWebP'
|
|
end
|
|
end
|
|
s.subspec 'BFUtility' do |uu|
|
|
s.subspec 'BFUtility' do |uu|
|
|
uu.source_files = 'BFCommonKit/Classes/BFUtility/*'
|
|
uu.source_files = 'BFCommonKit/Classes/BFUtility/*'
|
|
uu.frameworks = 'Foundation','UIKit','AdSupport','Photos','AudioToolbox','AVKit'
|
|
uu.frameworks = 'Foundation','UIKit','AdSupport','Photos','AudioToolbox','AVKit'
|
|
- uu.dependency 'KingfisherWebP','1.3.0'
|
|
|
|
- uu.dependency 'Alamofire','5.4.3'
|
|
|
|
- uu.dependency 'KeychainAccess','4.2.2'
|
|
|
|
- uu.dependency 'Kingfisher','6.3.0'
|
|
|
|
- uu.dependency 'Toast-Swift','5.0.1'
|
|
|
|
|
|
+ uu.dependency 'KingfisherWebP'
|
|
|
|
+ uu.dependency 'Alamofire'
|
|
|
|
+ uu.dependency 'KeychainAccess'
|
|
|
|
+ uu.dependency 'Kingfisher'
|
|
|
|
+ uu.dependency 'Toast-Swift'
|
|
uu.dependency 'BFCommonKit/BFCategorys'
|
|
uu.dependency 'BFCommonKit/BFCategorys'
|
|
uu.dependency 'BFCommonKit/BFConfig'
|
|
uu.dependency 'BFCommonKit/BFConfig'
|
|
end
|
|
end
|