[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 4 / 9 / AFOFFMpeg / 0.1.4 / AFOFFMpeg.podspec.json
blob79ed846ea6add10bfae5c1c9a9cfa7b01a04e71f
2   "name": "AFOFFMpeg",
3   "version": "0.1.4",
4   "summary": "decoding.",
5   "description": "Use soft decode to decode video.",
6   "homepage": "https://github.com/PangDuTechnology/AFOFFMpeg.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/AFOFFMpeg.git",
16     "tag": "0.1.4"
17   },
18   "source_files": "AFOFFMpeg/*.{h,m}",
19   "public_header_files": "AFOFFMpeg/*.h",
20   "frameworks": [
21     "VideoToolbox",
22     "CoreMedia",
23     "CoreGraphics",
24     "CoreImage",
25     "OpenGLES",
26     "AVFoundation",
27     "AudioToolbox"
28   ],
29   "pod_target_xcconfig": {
30     "OTHER_LDFLAGS": "-lObjC"
31   },
32   "requires_arc": true,
33   "dependencies": {
34     "AFOFoundation": [
36     ],
37     "AFORouter": [
39     ],
40     "AFOUIKIT": [
42     ],
43     "AFOGitHub": [
45     ],
46     "AFOViews": [
48     ],
49     "AFODelegateExtension": [
51     ],
52     "AFOFFMpegLib": [
54     ],
55     "AFOlibyuv": [
57     ],
58     "libxvidcore": [
60     ],
61     "AFOx264": [
63     ],
64     "AFOSchedulerCore": [
66     ]
67   },
68   "subspecs": [
69     {
70       "name": "play",
71       "source_files": "AFOFFMpeg/play/*.{h,m}",
72       "public_header_files": "AFOFFMpeg/play/*.h"
73     },
74     {
75       "name": "media",
76       "source_files": "AFOFFMpeg/media/*.{h,m}",
77       "public_header_files": "AFOFFMpeg/media/*.h"
78     },
79     {
80       "name": "screenshots",
81       "source_files": "AFOFFMpeg/screenshots/*.{h,m}",
82       "public_header_files": "AFOFFMpeg/screenshots/*.h"
83     },
84     {
85       "name": "audio",
86       "source_files": "AFOFFMpeg/audio/*.{h,m}",
87       "public_header_files": "AFOFFMpeg/audio/*.h"
88     },
89     {
90       "name": "error",
91       "source_files": "AFOFFMpeg/error/*.{h,m}",
92       "public_header_files": "AFOFFMpeg/error/*.h"
93     },
94     {
95       "name": "manager",
96       "source_files": "AFOFFMpeg/manager/*.{h,m}",
97       "public_header_files": "AFOFFMpeg/manager/*.h"
98     }
99   ]