[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 2 / 3 / 4 / AFOFFMpegLib / 0.0.22 / AFOFFMpegLib.podspec.json
blob7e8ca91f0f4c3cc0a4d86a9dc0dfbf20f41fd206
2   "name": "AFOFFMpegLib",
3   "version": "0.0.22",
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.22"
17   },
18   "header_mappings_dir": "FFmpeg/include",
19   "preserve_paths": "FFmpeg/**/**",
20   "vendored_libraries": [
21     "FFmpeg/lib/libavcodec.a",
22     "FFmpeg/lib/libavformat.a",
23     "FFmpeg/lib/libavutil.a",
24     "FFmpeg/lib/libswscale.a",
25     "FFmpeg/lib/libswresample.a"
26   ],
27   "frameworks": [
28     "CoreMedia",
29     "AVFoundation",
30     "AudioToolbox",
31     "VideoToolbox"
32   ],
33   "libraries": [
34     "c",
35     "c++",
36     "z",
37     "iconv",
38     "bz2"
39   ],
40   "requires_arc": true,
41   "static_framework": true,
42   "xcconfig": {
43     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/FFmpeg/include/**/*.h\"",
44     "LIBRARY_SEARCH_PATHS": "\"$(SDKROOT)/FFmpeg/lib\""
45   },
46   "subspecs": [
47     {
48       "name": "include",
49       "subspecs": [
50         {
51           "name": "libavcodec",
52           "source_files": "FFmpeg/include/libavcodec/*.h",
53           "public_header_files": "FFmpeg/include/libavcodec/*.h"
54         },
55         {
56           "name": "libavformat",
57           "source_files": "FFmpeg/include/libavformat/*.h",
58           "public_header_files": "FFmpeg/include/libavformat/*.h"
59         },
60         {
61           "name": "libavutil",
62           "source_files": "FFmpeg/include/libavutil/*.h",
63           "public_header_files": "FFmpeg/include/libavutil/*.h"
64         },
65         {
66           "name": "libswresample",
67           "source_files": "FFmpeg/include/libswresample/*.h",
68           "public_header_files": "FFmpeg/include/libswresample/*.h"
69         },
70         {
71           "name": "libswscale",
72           "source_files": "FFmpeg/include/libswscale/*.h",
73           "public_header_files": "FFmpeg/include/libswscale/*.h"
74         }
75       ]
76     }
77   ]