BFFFmpeglib.podspec 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #
  2. # Be sure to run `pod lib lint BFFFmpeglib.podspec' to ensure this is a
  3. # valid spec before submitting.
  4. #
  5. # Any lines starting with a # are optional, but their use is encouraged
  6. # To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
  7. #
  8. Pod::Spec.new do |s|
  9. s.name = 'BFFFmpeglib'
  10. s.version = '1.0.1'
  11. s.summary = 'ffmpeg ios pod 库只支持arm64'
  12. # This description is used to generate tags and improve search results.
  13. # * Think: What does it do? Why did you write it? What is the focus?
  14. # * Try to keep it short, snappy and to the point.
  15. # * Write the description between the DESC delimiters below.
  16. # * Finally, don't worry about the indent, CocoaPods strips it!
  17. s.description = <<-DESC
  18. TODO: Add long description of the pod here.
  19. DESC
  20. s.homepage = 'https://git.yishihui.com/iOS/BFFFmpeglib.git'
  21. # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  22. s.license = { :type => 'MIT', :file => 'LICENSE' }
  23. s.author = { '287971051@qq.com' => '287971051@qq.com' }
  24. s.source = { :git => 'https://git.yishihui.com/iOS/BFFFmpeglib.git', :tag => s.version.to_s }
  25. # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
  26. s.ios.deployment_target = '9.0'
  27. s.source_files = 'BFFFmpeglib/Classes/**/*'
  28. s.vendored_libraries = 'BFFFmpeglib/Classes/FFmpeg-iOS/lib/*.a','BFFFmpeglib/Classes/fat-x264/lib/*.a'
  29. s.source_files = 'BFFFmpeglib/Classes/FFmpeg-iOS/include/**/*.h','BFFFmpeglib/Classes/fat-x264/include/**/*.h'
  30. s.public_header_files = 'BFFFmpeglib/Classes/FFmpeg-iOS/include/**/*.h','BFFFmpeglib/Classes/fat-x264/include/**/*.h'
  31. s.header_mappings_dir = 'BFFFmpeglib/Classes/FFmpeg-iOS/include'
  32. s.libraries = 'bz2', 'iconv', 'z'
  33. s.frameworks = 'AudioToolbox', 'CoreMedia', 'VideoToolbox', 'AVFoundation'
  34. # s.resource_bundles = {
  35. # 'BFFFmpeglib' => ['BFFFmpeglib/Assets/*.png']
  36. # }
  37. # s.public_header_files = 'Pod/Classes/**/*.h'
  38. # s.frameworks = 'UIKit', 'MapKit'
  39. # s.dependency 'AFNetworking', '~> 2.3'
  40. end