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