[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 4 / AFOFFMpegLib / 0.0.18 / AFOFFMpegLib.podspec.json
blob82b61afbcca485e80b656610e4e660ae47e3f6b8
2   "name": "AFOFFMpegLib",
3   "version": "0.0.18",
4   "summary": "decoding.",
5   "description": "Use soft decode to decode video.",
6   "homepage": "https://github.com/PangDuTechnology/AFOFFMpegLib.git",
7   "license": "MIT",
8   "authors": {
9     "PangDu": "xian312117@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/PangDuTechnology/AFOFFMpegLib.git",
16     "tag": "0.0.18"
17   },
18   "source_files": "AFOFFMpegLib/AFOFFMpegLib/FFmpeg/include/**/*.h",
19   "header_mappings_dir": "AFOFFMpegLib/AFOFFMpegLib/FFmpeg/include",
20   "preserve_paths": "AFOFFMpegLib/AFOFFMpegLib/FFmpeg/**/*.h",
21   "vendored_libraries": [
22     "AFOFFMpegLib/AFOFFMpegLib/FFmpeg/lib/libavcodec.a",
23     "AFOFFMpegLib/AFOFFMpegLib/FFmpeg/lib/libavformat.a",
24     "AFOFFMpegLib/AFOFFMpegLib/FFmpeg/lib/libavutil.a",
25     "AFOFFMpegLib/AFOFFMpegLib/FFmpeg/lib/libswscale.a",
26     "AFOFFMpegLib/AFOFFMpegLib/FFmpeg/lib/libswresample.a",
27     "AFOFFMpegLib/AFOFFMpegLib/x264/lib/libx264.a"
28   ],
29   "frameworks": [
30     "CoreMedia",
31     "AVFoundation",
32     "AudioToolbox",
33     "VideoToolbox"
34   ],
35   "libraries": [
36     "c",
37     "c++",
38     "z",
39     "iconv",
40     "bz2"
41   ],
42   "requires_arc": true,
43   "static_framework": true,
44   "xcconfig": {
45     "HEADER_SEARCH_PATHS": "$(SDKROOT)/AFOFFMpegLib/AFOFFMpegLib/FFmpeg/include/**/*.h",
46     "LIBRARY_SEARCH_PATHS": "\"$(SDKROOT)/AFOFFMpegLib/AFOFFMpegLib/FFmpeg/lib\""
47   }