blob: 27b038d6d169f9466932d9f73a03e2cfb27af463 [file] [log] [blame]
{
"name": "PoporFFmpeg",
"version": "0.0.05",
"summary": "简化FFmpeg使用, 由于cocoapod对c++依赖不支持, 所以制作了这个静态包.",
"homepage": "https://github.com/popor/PoporFFmpeg",
"screenshots": "https://github.com/popor/PoporFFmpegCompress/raw/master/Example/screen1.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"popor": "908891024@qq.com"
},
"source": {
"git": "https://github.com/popor/PoporFFmpeg.git",
"tag": "0.0.05"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "8.0"
},
"source_files": "PoporFFmpeg/Classes/*.{h,m}",
"frameworks": [
"VideoToolbox",
"AVFoundation"
],
"vendored_libraries": "PoporFFmpeg/Classes/*.a",
"libraries": [
"iconv",
"z",
"bz2"
],
"xcconfig": {
"VALID_ARCHS": "armv6 armv7 armv7s arm64 x86_64"
}
}