BFFFmpeglib.podspec.json 947 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "BFFFmpeglib",
  3. "version": "1.0.3",
  4. "summary": "A short description of BFFFmpeglib.",
  5. "description": "TODO: Add long description of the pod here.",
  6. "homepage": "https://git.yishihui.com/iOS/BFFFmpeglib.git",
  7. "license": {
  8. "type": "MIT",
  9. "file": "LICENSE"
  10. },
  11. "authors": {
  12. "287971051@qq.com": "287971051@qq.com"
  13. },
  14. "source": {
  15. "git": "https://git.yishihui.com/iOS/BFFFmpeglib.git",
  16. "tag": "1.0.3"
  17. },
  18. "platforms": {
  19. "ios": "9.0"
  20. },
  21. "static_framework": true,
  22. "vendored_libraries": "BFFFmpeglib/vendores/FFmpeg-iOS/lib/*.a",
  23. "source_files": "BFFFmpeglib/vendores/FFmpeg-iOS/include/**/*.h",
  24. "public_header_files": "BFFFmpeglib/vendores/FFmpeg-iOS/include/**/*.h",
  25. "header_mappings_dir": "BFFFmpeglib/vendores/FFmpeg-iOS/include",
  26. "libraries": [
  27. "bz2",
  28. "iconv",
  29. "z"
  30. ],
  31. "frameworks": [
  32. "AudioToolbox",
  33. "CoreMedia",
  34. "VideoToolbox",
  35. "AVFoundation"
  36. ]
  37. }