blob: ba1085f3ccf7f344b31298eac27fb1bd35352c6e [file] [log] [blame]
{
"name": "AppTemplateLibWithffmpeg",
"version": "0.0.2",
"summary": "AppTemplateLib for quick start.",
"homepage": "https://github.com/linzhiman/ffmpeg",
"license": {
"type": "MIT",
"file": "ffmpeg-0.0.2/LICENSE"
},
"authors": {
"linzhiman": "154298785@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://github.com/linzhiman/ffmpeg/archive/0.0.2.zip"
},
"source_files": "ffmpeg-0.0.2/FFmpeg-iOS/include/**/*.h",
"public_header_files": "ffmpeg-0.0.2/FFmpeg-iOS/include/**/*.h",
"preserve_paths": "ffmpeg-0.0.2/FFmpeg-iOS/lib/*.a",
"libraries": [
"avcodec",
"avdevice",
"avfilter",
"avformat",
"avutil",
"swresample",
"swscale"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/AppTemplateLibWithffmpeg/ffmpeg-0.0.2/FFmpeg-iOS/lib/\"",
"HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/AppTemplateLibWithffmpeg/ffmpeg-0.0.2/FFmpeg-iOS/include\""
}
}