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