blob: 54c49e8ecc661cf69c304bc6864ab0af0b2b6294 [file] [log] [blame]
{
"name": "ffmpegLib",
"version": "0.1.2",
"summary": "A short description of ffmpegLib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/feixian/ffmpegPackage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hualaiTech": "zhangyifei@hualaikeji.com"
},
"source": {
"git": "https://github.com/feixian/ffmpegPackage.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ffmpegLib/Classes/FFmpeg-iOS/**/*.{h}",
"libraries": [
"bz2",
"c++",
"z",
"iconv"
],
"vendored_libraries": "ffmpegLib/Classes/FFmpeg-iOS/lib/*.{a}",
"public_header_files": "ffmpegLib/Classes/FFmpeg-iOS/include/**/*.{h}",
"frameworks": [
"UIKit",
"AudioToolBox",
"CoreImage",
"CoreMedia",
"VideoToolBox",
"AVFoundation"
]
}