blob: c448c278184afae22044fe68d2f952769dbb99d0 [file] [log] [blame]
{
"name": "IRFFMpeg",
"version": "4.2.1",
"summary": "FFMpeg for iOS.",
"description": "FFMpeg for iOS.",
"homepage": "https://github.com/irons163/IRFFMpeg.git",
"license": "MIT",
"authors": "irons163",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/irons163/IRFFMpeg.git",
"tag": "4.2.1"
},
"static_framework": true,
"subspecs": [
{
"name": "FFMpegLib",
"source_files": "include/**/*.h",
"vendored_libraries": "**/*.a",
"libraries": [
"z",
"iconv",
"bz2",
"lzma"
],
"frameworks": "AVFoundation",
"header_mappings_dir": "include"
}
]
}