blob: 367e872a08f0a23acd3280c43ea289bcda8170c3 [file] [log] [blame]
{
"name": "FFmpeger-iOS",
"version": "0.2.0",
"summary": "A ffmpeg framework build for iOS.",
"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.2.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"source_files": "FFmpeg/FFmpeg.framework/Headers/*.{h}",
"vendored_frameworks": "FFmpeg/FFmpeg.framework",
"public_header_files": "FFmpeg/FFmpeg.framework/Headers/ffmpeg.h",
"libraries": [
"z",
"iconv",
"bz2"
]
}