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