|
@@ -32,33 +32,34 @@ TODO: Add long description of the pod here.
|
|
|
|
|
|
s.source_files = 'BFFramework/Classes/**/*'
|
|
|
|
|
|
- s.resource_bundles = {
|
|
|
- 'BFFramework_Resources' => ['BFFramework/Assets/**/*.png','BFFramework/Assets/**/*.gif','BFFramework/Assets/**/*.mp3','BFFramework/Assets/**/*.mp4']
|
|
|
+ s.resource_bundles = {
|
|
|
+# 'BFFramework_Resources' => ['BFFramework/Assets/**/*.png','BFFramework/Assets/**/*.gif','BFFramework/Assets/**/*.mp3','BFFramework/Assets/**/*.mp4']
|
|
|
+ 'BFFramework_Resources' => ['BFFramework/Assets/*']
|
|
|
|
|
|
- }
|
|
|
- s.static_framework = true
|
|
|
+ }
|
|
|
+ s.static_framework = true
|
|
|
|
|
|
- s.xcconfig = { 'CLANG_MODULES_AUTOLINK' => 'YES',
|
|
|
+ s.xcconfig = { 'CLANG_MODULES_AUTOLINK' => 'YES',
|
|
|
'OTHER_SWIFT_FLAGS' => "$(inherited) -DGLES",
|
|
|
'VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS' => "OpenGLES"
|
|
|
}
|
|
|
# s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-all_load', 'VALID_ARCHS' => 'arm64 armv7' }
|
|
|
- s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-all_load'}
|
|
|
- s.public_header_files = 'BFFramework/Classes/**/*.h'
|
|
|
- # s.private_header_files = 'BFFramework/Classes/SupportFiles/AliyunOSSiOSAK_umbrella.h'
|
|
|
- # s.preserve_paths = ['BFFramework/Classes/BFFrameworkPodHeader.h']
|
|
|
- s.frameworks = 'UIKit', 'AVFoundation','OpenGLES', 'CoreMedia', 'QuartzCore'
|
|
|
- # 排除非 ios 平台的文件
|
|
|
- # s.ios.exclude_files = 'framework/Source/Mac', 'framework/Source/Linux', 'framework/Source/Operations/Shaders/ConvertedShaders_GL.swift'
|
|
|
- s.dependency 'BFCommonKit'
|
|
|
- s.dependency 'BFNetRequestKit'
|
|
|
- s.dependency 'BFMaterialKit'
|
|
|
- s.dependency 'ObjectMapper','4.2.0' # json转model库
|
|
|
- s.dependency 'AliyunOSSiOS','2.10.10' # 阿里云组件
|
|
|
- s.dependency 'WechatOpenSDK-Swift','1.8.7.1' # 微信组件
|
|
|
- s.dependency 'MJRefresh','3.7.2' # 刷新组件
|
|
|
- s.dependency 'LMJHorizontalScrollText' ,'2.0.2'
|
|
|
- s.dependency 'TXLiteAVSDK_Player','9.1.10564' # 腾讯播放器组件
|
|
|
- s.dependency 'Bugly','2.5.90' #crash log 收集
|
|
|
-
|
|
|
+ s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-all_load'}
|
|
|
+ s.public_header_files = 'BFFramework/Classes/**/*.h'
|
|
|
+ # s.private_header_files = 'BFFramework/Classes/SupportFiles/AliyunOSSiOSAK_umbrella.h'
|
|
|
+ # s.preserve_paths = ['BFFramework/Classes/BFFrameworkPodHeader.h']
|
|
|
+ s.frameworks = 'UIKit', 'AVFoundation','OpenGLES', 'CoreMedia', 'QuartzCore'
|
|
|
+
|
|
|
+ # 排除非 ios 平台的文件
|
|
|
+ # s.ios.exclude_files = 'framework/Source/Mac', 'framework/Source/Linux', 'framework/Source/Operations/Shaders/ConvertedShaders_GL.swift'
|
|
|
+ s.dependency 'BFCommonKit'
|
|
|
+ s.dependency 'BFNetRequestKit'
|
|
|
+ s.dependency 'BFMaterialKit'
|
|
|
+ s.dependency 'ObjectMapper' ,'4.2.0' # json转model库
|
|
|
+ s.dependency 'AliyunOSSiOS' ,'2.10.10' # 阿里云组件
|
|
|
+ s.dependency 'WechatOpenSDK-Swift' ,'1.8.7.1' # 微信组件
|
|
|
+ s.dependency 'MJRefresh' ,'3.7.2' # 刷新组件
|
|
|
+ s.dependency 'LMJHorizontalScrollText' ,'2.0.2'
|
|
|
+ s.dependency 'TXLiteAVSDK_Player' ,'9.1.10564' # 腾讯播放器组件
|
|
|
+ s.dependency 'Bugly' ,'2.5.90' #crash log 收集
|
|
|
end
|