BFFFmpeglib.podspec.json 851 B

1234567891011121314151617181920212223242526272829303132333435
  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. "vendored_libraries": "BFFFmpeglib/vendores/FFmpeg-iOS/lib/*.a",
  22. "public_header_files": "BFFFmpeglib/vendores/FFmpeg-iOS/include/**/*.h",
  23. "header_mappings_dir": "BFFFmpeglib/vendores/FFmpeg-iOS/include",
  24. "libraries": [
  25. "bz2",
  26. "iconv",
  27. "z"
  28. ],
  29. "frameworks": [
  30. "AudioToolbox",
  31. "CoreMedia",
  32. "VideoToolbox",
  33. "AVFoundation"
  34. ]
  35. }