blob: 9e47ce525f03f2d98eda877e570aa231482de0ab [file] [log] [blame]
{
"name": "IRFFMpeg",
"version": "4.2.7",
"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.7"
},
"source_files": "include/**/*.h",
"public_header_files": "include/**/*.h",
"vendored_libraries": "**/*.a",
"libraries": [
"z",
"iconv",
"bz2",
"lzma"
],
"frameworks": "AVFoundation",
"header_mappings_dir": "include",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
}
}