[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 2.3.6 / SJVideoPlayer.podspec.json
blob8af9bfd36156b2dd785e8b4b3d37d2119930eee1
2   "name": "SJVideoPlayer",
3   "version": "2.3.6",
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.6"
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         "SJVideoPlayer/Adapters": [
139         ]
140       },
141       "subspecs": [
142         {
143           "name": "ResourceLoader",
144           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/ResourceLoader/*",
145           "resources": "SJVideoPlayer/SJFilmEditingControlLayer/ResourceLoader/SJFilmEditing.bundle"
146         },
147         {
148           "name": "Core",
149           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/Core/**/*.{h,m}",
150           "dependencies": {
151             "SJVideoPlayer/SJFilmEditingControlLayer/ResourceLoader": [
153             ]
154           }
155         }
156       ]
157     },
158     {
159       "name": "SJLoadFailedControlLayer",
160       "source_files": "SJVideoPlayer/SJLoadFailedControlLayer/*.{h,m}",
161       "dependencies": {
162         "SJVideoPlayer/SJNotReachableControlLayer": [
164         ]
165       }
166     },
167     {
168       "name": "SJNotReachableControlLayer",
169       "source_files": "SJVideoPlayer/SJNotReachableControlLayer/*.{h,m}",
170       "dependencies": {
171         "SJVideoPlayer/SJEdgeControlLayer": [
173         ]
174       }
175     },
176     {
177       "name": "SJMoreSettingControlLayer",
178       "source_files": "SJVideoPlayer/SJMoreSettingControlLayer/*.{h,m}",
179       "dependencies": {
180         "SJVideoPlayer/SJEdgeControlLayer": [
182         ]
183       },
184       "subspecs": [
185         {
186           "name": "Core",
187           "source_files": "SJVideoPlayer/SJMoreSettingControlLayer/Core/*.{h,m}"
188         }
189       ]
190     }
191   ]