BFFFmpeglib.podspec.json 1.1 KB

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