blob: 92ecf7e134d88cecd1f7ba4d2b6d727125fc92ce [file] [log] [blame]
{
"name": "FFmpeger-iOS",
"version": "0.1.0",
"summary": "A iOS Video&Audio Decoder.",
"description": "https://github.com/yellowei/FFmpeger-iOS",
"homepage": "https://github.com/yellowei/FFmpeger-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yellowei": "hw0521@vip.qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yellowei/FFmpeger-iOS.git",
"tag": "0.1.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"vendored_frameworks": "FFmpeg/FFmpeg.framework",
"libraries": [
"z",
"iconv",
"bz2"
]
}