blob: dc6076c76b4abb877dc31137dabf4825bc95a40e [file] [log] [blame]
{
"name": "FFmpeg-Decoder",
"version": "0.2.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.2.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"
}
}