Browse Source

修改URL 地址

jsonwang 3 years ago
parent
commit
353022b155
1 changed files with 13 additions and 5 deletions
  1. 13 5
      BFFFmpeglib.podspec

+ 13 - 5
BFFFmpeglib.podspec

@@ -8,8 +8,8 @@
 
 Pod::Spec.new do |s|
   s.name             = 'BFFFmpeglib'
-  s.version          = '1.0.0'
-  s.summary          = 'ffmpeg ios pod 只支持arm64'
+  s.version          = '0.1.0'
+  s.summary          = 'A short description of BFFFmpeglib.'
 
 # 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?
@@ -21,10 +21,11 @@ Pod::Spec.new do |s|
 TODO: Add long description of the pod here.
                        DESC
 
-  s.homepage         = 'https://github.com/287971051@qq.com/BFFFmpeglib'
+  s.homepage         = 'https://git.yishihui.com/iOS/BFFFmpeglib.git'
+  # 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 }
+  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'
@@ -39,5 +40,12 @@ 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