|
@@ -66,13 +66,6 @@ TODO: Add long description of the pod here.
|
|
|
vv.source_files = 'BFCommonKit/Classes/BFVendors/**/*'
|
|
|
vv.frameworks = 'Foundation','UIKit'
|
|
|
end
|
|
|
- s.subspec 'BFVendorsUtils' do |vv|
|
|
|
- vv.source_files = 'BFCommonKit/Classes/BFVendorsUtils/*'
|
|
|
- vv.dependency 'BFCommonKit/BFProtocols'
|
|
|
- vv.dependency 'BFCommonKit/BFEnums'
|
|
|
- vv.dependency 'BFCommonKit/BFUtility'
|
|
|
- vv.dependency 'RealmSwift' ,'10.7.6'
|
|
|
- end
|
|
|
s.pod_target_xcconfig = { 'skip_validation' => true }
|
|
|
s.resource_bundles = {
|
|
|
'BFCommonKit_Resources' => ['BFCommonKit/Assets/*']
|