blob: 1c752ac32a3fa47f278850bb283c6a762b9ef494 [file] [log] [blame]
{
"name": "ffmpegLib",
"version": "0.1.4",
"summary": "A simplify iOS library of ffmpeg.",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"libraries": [
"bz2",
"c++",
"z",
"iconv"
],
"vendored_libraries": "ffmpegLib/Classes/lib/*.{a}",
"public_header_files": "ffmpegLib/Classes/include/*.{h}",
"frameworks": [
"UIKit",
"AudioToolBox",
"CoreImage",
"CoreMedia",
"VideoToolBox",
"AVFoundation"
],
"subspecs": [
{
"name": "libavcodec",
"source_files": "ffmpegLib/Classes/include/libavcodec/*.{h}"
},
{
"name": "libavdevice",
"source_files": "ffmpegLib/Classes/include/libavdevice/*.{h}"
},
{
"name": "libavfilter",
"source_files": "ffmpegLib/Classes/include/libavfilter/*.{h}"
},
{
"name": "libavformat",
"source_files": "ffmpegLib/Classes/include/libavformat/*.{h}"
},
{
"name": "libavutil",
"source_files": "ffmpegLib/Classes/include/libavutil/*.{h}"
},
{
"name": "libswresample",
"source_files": "ffmpegLib/Classes/include/libswresample/*.{h}"
},
{
"name": "libswscale",
"source_files": "ffmpegLib/Classes/include/libswscale/*.{h}"
}
]
}