blob: 086c386be4f0239cd9b4293d79635b1bd81d68db [file] [log] [blame]
{
"name": "FFmpeg-Decoder",
"version": "0.3.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.3.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"vendored_frameworks": "FFmpeg/Decoder/FFmpeg.framework",
"libraries": [
"z",
"iconv",
"bz2"
],
"source_files": "FFmpeg/Decoder/*.{h,m}",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "/Users/huangwei/Documents/iOS Development/GitHub/FFmpeg-Decoder/FFmpeg/Decoder/**",
"ENABLE_BITCODE": "YES",
"OTHER_LDFLAGS": "$(inherited) -read_only_relocs suppress"
},
"user_target_xcconfig": {
"ENABLE_BITCODE": "YES"
}
}