[Add] MapboxCommon 24.10.0-daily-2024-12-30-04-26
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 1.2.3 / SJVideoPlayer.podspec.json
blobd35ec9d00faf45805105865d02efecf9054f015d
2   "name": "SJVideoPlayer",
3   "version": "1.2.3",
4   "summary": "video player.",
5   "description": "https://github.com/changsanjiang/SJVideoPlayer/blob/master/README.md",
6   "homepage": "https://github.com/changsanjiang/SJVideoPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "SanJiang": "changsanjiang@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/changsanjiang/SJVideoPlayer.git",
19     "tag": "v1.2.3"
20   },
21   "resources": "SJVideoPlayer/Resource/SJVideoPlayer.bundle",
22   "frameworks": [
23     "UIKit",
24     "AVFoundation"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "Masonry": [
30     ],
31     "SJSlider": [
33     ],
34     "SJAttributesFactory": [
36     ],
37     "SJBorderLineView": [
39     ],
40     "SJPrompt": [
42     ],
43     "SJUIFactory": [
45     ],
46     "SJVideoPlayerBackGR": [
48     ]
49   },
50   "source_files": "SJVideoPlayer/SJPlayer.h",
51   "subspecs": [
52     {
53       "name": "Header",
54       "source_files": "SJVideoPlayer/Header/*.{h}"
55     },
56     {
57       "name": "Base",
58       "source_files": "SJVideoPlayer/Base/*.{h,m}",
59       "dependencies": {
60         "SJVideoPlayer/Header": [
62         ],
63         "SJVideoPlayer/Model": [
65         ],
66         "SJVideoPlayer/Resource": [
68         ]
69       }
70     },
71     {
72       "name": "Player",
73       "source_files": "SJVideoPlayer/Player/*.{h,m}",
74       "dependencies": {
75         "SJVideoPlayer/Control": [
77         ],
78         "SJVideoPlayer/Loading": [
80         ],
81         "SJVideoPlayer/MoreSetting": [
83         ],
84         "SJVideoPlayer/OrentationObserver": [
86         ],
87         "SJVideoPlayer/VolumeAndBrightness": [
89         ],
90         "SJVideoPlayer/Present": [
92         ],
93         "SJVideoPlayer/Registrar": [
95         ],
96         "SJVideoPlayer/TimerControl": [
98         ]
99       }
100     },
101     {
102       "name": "Model",
103       "source_files": "SJVideoPlayer/Model/*.{h,m}"
104     },
105     {
106       "name": "Category",
107       "source_files": "SJVideoPlayer/Category/*.{h,m}"
108     },
109     {
110       "name": "Control",
111       "source_files": "SJVideoPlayer/Control/*.{h,m}",
112       "dependencies": {
113         "SJVideoPlayer/Other": [
115         ]
116       }
117     },
118     {
119       "name": "Loading",
120       "source_files": "SJVideoPlayer/Loading/*.{h,m}"
121     },
122     {
123       "name": "MoreSetting",
124       "source_files": "SJVideoPlayer/MoreSetting/*/**.{h,m}",
125       "dependencies": {
126         "SJVideoPlayer/Other": [
128         ]
129       }
130     },
131     {
132       "name": "OrentationObserver",
133       "source_files": "SJVideoPlayer/OrentationObserver/*.{h,m}"
134     },
135     {
136       "name": "VolumeAndBrightness",
137       "source_files": "SJVideoPlayer/VolumeAndBrightness/*.{h,m}",
138       "dependencies": {
139         "SJVideoPlayer/Other": [
141         ]
142       }
143     },
144     {
145       "name": "Other",
146       "source_files": "SJVideoPlayer/Other/*.{h,m}",
147       "dependencies": {
148         "SJVideoPlayer/Base": [
150         ]
151       }
152     },
153     {
154       "name": "Present",
155       "source_files": "SJVideoPlayer/Present/*.{h,m}",
156       "dependencies": {
157         "SJVideoPlayer/Other": [
159         ]
160       }
161     },
162     {
163       "name": "Registrar",
164       "source_files": "SJVideoPlayer/Registrar/*.{h,m}"
165     },
166     {
167       "name": "TimerControl",
168       "source_files": "SJVideoPlayer/TimerControl/*.{h,m}"
169     },
170     {
171       "name": "Resource",
172       "source_files": "SJVideoPlayer/Resource/*.{h,m}"
173     }
174   ]