[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 2.2.0 / SJVideoPlayer.podspec.json
blob7d61610b6dc888129fe0f1dacc8b4727309e9fca
2   "name": "SJVideoPlayer",
3   "version": "2.2.0",
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://gitee.com/changsanjiang/SJVideoPlayer.git",
19     "tag": "v2.2.0"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "Masonry": [
25     ],
26     "SJBaseVideoPlayer": [
28     ],
29     "SJFullscreenPopGesture": [
31     ],
32     "SJUIFactory": [
34     ],
35     "SJAttributesFactory": [
37     ]
38   },
39   "source_files": "SJVideoPlayer/*.{h,m}",
40   "subspecs": [
41     {
42       "name": "Common",
43       "source_files": "SJVideoPlayer/Common/*.{h,m}"
44     },
45     {
46       "name": "Adapters",
47       "source_files": "SJVideoPlayer/Adapters/**/*.{h,m}",
48       "dependencies": {
49         "SJVideoPlayer/Common": [
51         ]
52       }
53     },
54     {
55       "name": "Switcher",
56       "source_files": "SJVideoPlayer/Switcher/**/*.{h,m}"
57     },
58     {
59       "name": "SJProgressSlider",
60       "source_files": "SJVideoPlayer/SJProgressSlider/*.{h,m}"
61     },
62     {
63       "name": "SJLoadingView",
64       "source_files": "SJVideoPlayer/SJLoadingView/*.{h,m}"
65     },
66     {
67       "name": "Settings",
68       "source_files": "SJVideoPlayer/Settings/*.{h,m}",
69       "dependencies": {
70         "SJVideoPlayer/SJFilmEditingControlLayer/ResourceLoader": [
72         ],
73         "SJVideoPlayer/SJEdgeControlLayer/ResourceLoader": [
75         ]
76       }
77     },
78     {
79       "name": "SJEdgeControlLayer",
80       "source_files": "SJVideoPlayer/SJEdgeControlLayer/*.{h,m}",
81       "dependencies": {
82         "SJVideoPlayer/Adapters": [
84         ],
85         "SJVideoPlayer/Switcher": [
87         ],
88         "SJVideoPlayer/Common": [
90         ],
91         "SJVideoPlayer/SJProgressSlider": [
93         ],
94         "SJVideoPlayer/SJLoadingView": [
96         ]
97       },
98       "subspecs": [
99         {
100           "name": "ResourceLoader",
101           "source_files": "SJVideoPlayer/SJEdgeControlLayer/ResourceLoader/*.{h,m}",
102           "resources": "SJVideoPlayer/SJEdgeControlLayer/ResourceLoader/SJEdgeControlLayer.bundle"
103         },
104         {
105           "name": "View",
106           "source_files": "SJVideoPlayer/SJEdgeControlLayer/View/*.{h,m}",
107           "dependencies": {
108             "SJVideoPlayer/SJEdgeControlLayer/ResourceLoader": [
110             ]
111           }
112         }
113       ]
114     },
115     {
116       "name": "SJEdgeLightweightControlLayer",
117       "source_files": "SJVideoPlayer/SJEdgeLightweightControlLayer/*.{h,m}",
118       "dependencies": {
119         "SJVideoPlayer/SJEdgeControlLayer": [
121         ]
122       },
123       "subspecs": [
124         {
125           "name": "LightweightControlView",
126           "source_files": "SJVideoPlayer/SJEdgeLightweightControlLayer/LightweightControlView/*.{h,m}"
127         }
128       ]
129     },
130     {
131       "name": "SJFilmEditingControlLayer",
132       "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/*.{h,m}",
133       "dependencies": {
134         "SJVideoPlayer/SJProgressSlider": [
136         ],
137         "SJVideoPlayer/Switcher": [
139         ]
140       },
141       "subspecs": [
142         {
143           "name": "ResourceLoader",
144           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/ResourceLoader/*",
145           "dependencies": {
146             "SJVideoPlayer/SJFilmEditingControlLayer/Header": [
148             ]
149           },
150           "resources": "SJVideoPlayer/SJFilmEditingControlLayer/ResourceLoader/SJFilmEditing.bundle"
151         },
152         {
153           "name": "Category",
154           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/Category/*"
155         },
156         {
157           "name": "Result",
158           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/Result/*",
159           "dependencies": {
160             "SJVideoPlayer/SJFilmEditingControlLayer/Header": [
162             ]
163           }
164         },
165         {
166           "name": "Header",
167           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/Header/*"
168         },
169         {
170           "name": "View",
171           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/View/*",
172           "dependencies": {
173             "SJVideoPlayer/SJFilmEditingControlLayer/Header": [
175             ]
176           }
177         }
178       ]
179     },
180     {
181       "name": "SJLoadFailedControlLayer",
182       "source_files": "SJVideoPlayer/SJLoadFailedControlLayer/*.{h,m}",
183       "dependencies": {
184         "SJVideoPlayer/SJEdgeControlLayer": [
186         ]
187       }
188     },
189     {
190       "name": "SJMoreSettingControlLayer",
191       "source_files": "SJVideoPlayer/SJMoreSettingControlLayer/*.{h,m}",
192       "dependencies": {
193         "SJVideoPlayer/SJEdgeControlLayer": [
195         ]
196       },
197       "subspecs": [
198         {
199           "name": "Core",
200           "source_files": "SJVideoPlayer/SJMoreSettingControlLayer/Core/*.{h,m}"
201         }
202       ]
203     }
204   ]