[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 2.1.3 / SJVideoPlayer.podspec.json
blob9e1dac328b3bd327b2ee6d371b228e4315528095
2   "name": "SJVideoPlayer",
3   "version": "2.1.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://gitee.com/changsanjiang/SJVideoPlayer.git",
19     "tag": "v2.1.3"
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": "SJEdgeControlLayer",
43       "source_files": "SJVideoPlayer/SJEdgeControlLayer/*.{h,m}",
44       "dependencies": {
45         "SJVideoPlayer/SJProgressSlider": [
47         ],
48         "SJVideoPlayer/SJLoadingView": [
50         ]
51       },
52       "subspecs": [
53         {
54           "name": "Asset",
55           "source_files": "SJVideoPlayer/SJEdgeControlLayer/Asset/*",
56           "resources": "SJVideoPlayer/SJEdgeControlLayer/Asset/SJEdgeControlLayer.bundle"
57         },
58         {
59           "name": "MaskView",
60           "source_files": "SJVideoPlayer/SJEdgeControlLayer/MaskView/*"
61         },
62         {
63           "name": "EdgeViews",
64           "source_files": "SJVideoPlayer/SJEdgeControlLayer/EdgeViews/*",
65           "dependencies": {
66             "SJVideoPlayer/SJEdgeControlLayer/MaskView": [
68             ],
69             "SJVideoPlayer/SJEdgeControlLayer/Asset": [
71             ]
72           }
73         },
74         {
75           "name": "MoreSetting",
76           "source_files": "SJVideoPlayer/SJEdgeControlLayer/MoreSetting/*",
77           "dependencies": {
78             "SJVideoPlayer/SJEdgeControlLayer/Asset": [
80             ]
81           }
82         }
83       ]
84     },
85     {
86       "name": "SJEdgeLightweightControlLayer",
87       "source_files": "SJVideoPlayer/SJEdgeLightweightControlLayer/*.{h,m}",
88       "dependencies": {
89         "SJVideoPlayer/SJProgressSlider": [
91         ],
92         "SJVideoPlayer/SJLoadingView": [
94         ],
95         "SJVideoPlayer/SJEdgeControlLayer/Asset": [
97         ],
98         "SJVideoPlayer/SJEdgeControlLayer/MaskView": [
100         ]
101       },
102       "subspecs": [
103         {
104           "name": "LightweightControlView",
105           "source_files": "SJVideoPlayer/SJEdgeLightweightControlLayer/LightweightControlView/*.{h,m}"
106         }
107       ]
108     },
109     {
110       "name": "SJFilmEditingControlLayer",
111       "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/*.{h,m}",
112       "dependencies": {
113         "SJVideoPlayer/SJProgressSlider": [
115         ]
116       },
117       "subspecs": [
118         {
119           "name": "Asset",
120           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/Asset/*",
121           "dependencies": {
122             "SJVideoPlayer/SJFilmEditingControlLayer/Header": [
124             ]
125           },
126           "resources": "SJVideoPlayer/SJFilmEditingControlLayer/Asset/SJFilmEditing.bundle"
127         },
128         {
129           "name": "Category",
130           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/Category/*"
131         },
132         {
133           "name": "Result",
134           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/Result/*",
135           "dependencies": {
136             "SJVideoPlayer/SJFilmEditingControlLayer/Header": [
138             ]
139           }
140         },
141         {
142           "name": "Header",
143           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/Header/*"
144         },
145         {
146           "name": "View",
147           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/View/*",
148           "dependencies": {
149             "SJVideoPlayer/SJFilmEditingControlLayer/Header": [
151             ]
152           }
153         }
154       ]
155     },
156     {
157       "name": "Settings",
158       "source_files": "SJVideoPlayer/Settings/*.{h,m}",
159       "dependencies": {
160         "SJVideoPlayer/SJFilmEditingControlLayer/Asset": [
162         ],
163         "SJVideoPlayer/SJEdgeControlLayer/Asset": [
165         ]
166       }
167     },
168     {
169       "name": "Switcher",
170       "source_files": "SJVideoPlayer/Switcher/*.{h,m}"
171     },
172     {
173       "name": "SJProgressSlider",
174       "source_files": "SJVideoPlayer/SJProgressSlider/*.{h,m}"
175     },
176     {
177       "name": "SJLoadingView",
178       "source_files": "SJVideoPlayer/SJLoadingView/*.{h,m}"
179     }
180   ]