|
@@ -23,6 +23,8 @@ TODO: Add long description of the pod here.
|
|
|
s.subspec 'BFConfig' do |gg|
|
|
|
gg.source_files = 'BFCommonKit/Classes/BFConfig/*'
|
|
|
gg.frameworks = 'UIKit'
|
|
|
+ gg.dependency 'BFCommonKit/BFEnums'
|
|
|
+ gg.dependency 'BFCommonKit/BFCategorys'
|
|
|
end
|
|
|
s.subspec 'BFBase' do |bb|
|
|
|
bb.source_files = 'BFCommonKit/Classes/BFBase/**/*'
|
|
@@ -52,13 +54,9 @@ TODO: Add long description of the pod here.
|
|
|
uu.dependency 'Toast-Swift','5.0.1'
|
|
|
uu.dependency 'BFCommonKit/BFCategorys'
|
|
|
uu.dependency 'BFCommonKit/BFConfig'
|
|
|
- end
|
|
|
- s.subspec 'BFDebug' do |dd|
|
|
|
- dd.source_files = 'BFCommonKit/Classes/BFDebug/*'
|
|
|
- dd.frameworks = 'UIKit','MessageUI','WebKit'
|
|
|
- dd.dependency 'BFCommonKit/BFCategorys'
|
|
|
end
|
|
|
s.resource_bundles = {
|
|
|
'BFCommonKit_Resources' => ['BFCommonKit/Assets/*']
|
|
|
}
|
|
|
+ s.prepare_command = '/usr/local/bin/Python3 build_lib.py'
|
|
|
end
|