[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / 1 / d / AppTemplateLib-ffmpeg / 0.0.3 / AppTemplateLib-ffmpeg.podspec.json
blob2bb6222da7bbdca4b03b3079c748d2ca3b22950b
2   "name": "AppTemplateLib-ffmpeg",
3   "version": "0.0.3",
4   "summary": "AppTemplateLib for quick start.",
5   "homepage": "https://github.com/linzhiman/ffmpeg",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "linzhiman": "154298785@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/linzhiman/ffmpeg.git",
18     "tag": "0.0.3"
19   },
20   "source_files": "FFmpeg-iOS/include/**/*.h",
21   "public_header_files": "FFmpeg-iOS/include/**/*.h",
22   "preserve_paths": "FFmpeg-iOS/lib/*.a",
23   "libraries": [
24     "avcodec",
25     "avdevice",
26     "avfilter",
27     "avformat",
28     "avutil",
29     "swresample",
30     "swscale"
31   ],
32   "xcconfig": {
33     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/AppTemplateLib-ffmpeg/FFmpeg-iOS/lib/\"",
34     "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/AppTemplateLib-ffmpeg/FFmpeg-iOS/include\""
35   }