|
@@ -8,8 +8,8 @@
|
|
|
|
|
|
Pod::Spec.new do |s|
|
|
|
s.name = 'BFFFmpeglib'
|
|
|
- s.version = '0.1.0'
|
|
|
- s.summary = 'A short description of BFFFmpeglib.'
|
|
|
+ s.version = '1.0.0'
|
|
|
+ s.summary = 'ffmpeg ios pod 只支持arm64'
|
|
|
|
|
|
# This description is used to generate tags and improve search results.
|
|
|
# * Think: What does it do? Why did you write it? What is the focus?
|
|
@@ -22,7 +22,6 @@ TODO: Add long description of the pod here.
|
|
|
DESC
|
|
|
|
|
|
s.homepage = 'https://github.com/287971051@qq.com/BFFFmpeglib'
|
|
|
- # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
|
|
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
|
s.author = { '287971051@qq.com' => '287971051@qq.com' }
|
|
|
s.source = { :git => 'https://github.com/287971051@qq.com/BFFFmpeglib.git', :tag => s.version.to_s }
|
|
@@ -40,12 +39,5 @@ TODO: Add long description of the pod here.
|
|
|
|
|
|
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'
|
|
|
- # s.dependency 'AFNetworking', '~> 2.3'
|
|
|
+
|
|
|
end
|