blob: 09f6975416302691c9df246bc060203bf4051712 [file] [log] [blame]
{
"name": "ffmpegLib",
"version": "0.1.1",
"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.1"
},
"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"
]
}