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