|
@@ -26,24 +26,21 @@ TODO: Add long description of the pod here.
|
|
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
|
s.author = { '287971051@qq.com' => '287971051@qq.com' }
|
|
|
s.source = { :git => 'https://git.yishihui.com/iOS/BFFFmpeglib.git', :tag => s.version.to_s }
|
|
|
- # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
|
|
|
-
|
|
|
+
|
|
|
s.ios.deployment_target = '9.0'
|
|
|
- s.static_framework = true
|
|
|
+# s.static_framework = true
|
|
|
|
|
|
s.vendored_libraries = 'BFFFmpeglib/vendores/FFmpeg-iOS/lib/*.a'
|
|
|
|
|
|
- s.source_files = 'BFFFmpeglib/vendores/FFmpeg-iOS/include/**/*.h'
|
|
|
+# s.source_files = 'BFFFmpeglib/vendores/FFmpeg-iOS/include/**/*.h'
|
|
|
s.public_header_files = 'BFFFmpeglib/vendores/FFmpeg-iOS/include/**/*.h'
|
|
|
+ #保持目录结构
|
|
|
s.header_mappings_dir = 'BFFFmpeglib/vendores/FFmpeg-iOS/include'
|
|
|
-
|
|
|
+# s.user_target_xcconfig = { 'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES' }
|
|
|
|
|
|
s.libraries = 'bz2', 'iconv', 'z'
|
|
|
s.frameworks = 'AudioToolbox', 'CoreMedia', 'VideoToolbox', 'AVFoundation'
|
|
|
-
|
|
|
- # s.resource_bundles = {
|
|
|
- # 'BFFFmpeglib' => ['BFFFmpeglib/Assets/*.png']
|
|
|
- # }
|
|
|
+
|
|
|
|
|
|
# s.public_header_files = 'Pod/Classes/**/*.h'
|
|
|
# s.frameworks = 'UIKit', 'MapKit'
|