[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 3.0.7 / SJVideoPlayer.podspec.json
blob0f65a4601075895fc3820eda25fc4565054ebcc6
2   "name": "SJVideoPlayer",
3   "version": "3.0.7",
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": "v3.0.7"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "Masonry": [
25     ],
26     "SJBaseVideoPlayer": [
27       ">= 3.0.0"
28     ],
29     "SJUIKit/AttributesFactory": [
31     ]
32   },
33   "source_files": "SJVideoPlayer/*.{h,m}",
34   "subspecs": [
35     {
36       "name": "Common",
37       "source_files": "SJVideoPlayer/Common/*.{h,m}"
38     },
39     {
40       "name": "Adapters",
41       "source_files": "SJVideoPlayer/Adapters/**/*.{h,m}",
42       "dependencies": {
43         "SJVideoPlayer/Common": [
45         ]
46       }
47     },
48     {
49       "name": "Switcher",
50       "source_files": "SJVideoPlayer/Switcher/**/*.{h,m}"
51     },
52     {
53       "name": "SJProgressSlider",
54       "source_files": "SJVideoPlayer/SJProgressSlider/*.{h,m}"
55     },
56     {
57       "name": "Settings",
58       "source_files": "SJVideoPlayer/Settings/*.{h,m}",
59       "dependencies": {
60         "SJVideoPlayer/SJFilmEditingControlLayer/ResourceLoader": [
62         ],
63         "SJVideoPlayer/SJEdgeControlLayer/ResourceLoader": [
65         ],
66         "SJVideoPlayer/SJFloatSmallViewControlLayer/ResourceLoader": [
68         ]
69       }
70     },
71     {
72       "name": "SJEdgeControlLayer",
73       "source_files": "SJVideoPlayer/SJEdgeControlLayer/*.{h,m}",
74       "dependencies": {
75         "SJVideoPlayer/Adapters": [
77         ],
78         "SJVideoPlayer/Switcher": [
80         ],
81         "SJVideoPlayer/Common": [
83         ],
84         "SJVideoPlayer/SJProgressSlider": [
86         ]
87       },
88       "subspecs": [
89         {
90           "name": "ResourceLoader",
91           "source_files": "SJVideoPlayer/SJEdgeControlLayer/ResourceLoader/*.{h,m}",
92           "resources": "SJVideoPlayer/SJEdgeControlLayer/ResourceLoader/SJEdgeControlLayer.bundle"
93         },
94         {
95           "name": "View",
96           "source_files": "SJVideoPlayer/SJEdgeControlLayer/View/*.{h,m}",
97           "dependencies": {
98             "SJVideoPlayer/SJEdgeControlLayer/ResourceLoader": [
100             ],
101             "SJVideoPlayer/SJEdgeControlLayer/Defines": [
103             ]
104           }
105         },
106         {
107           "name": "Defines",
108           "source_files": "SJVideoPlayer/SJEdgeControlLayer/Defines/*.{h}"
109         }
110       ]
111     },
112     {
113       "name": "SJFilmEditingControlLayer",
114       "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/*.{h,m}",
115       "dependencies": {
116         "SJVideoPlayer/SJProgressSlider": [
118         ],
119         "SJVideoPlayer/Switcher": [
121         ],
122         "SJVideoPlayer/Adapters": [
124         ]
125       },
126       "subspecs": [
127         {
128           "name": "ResourceLoader",
129           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/ResourceLoader/*",
130           "resources": "SJVideoPlayer/SJFilmEditingControlLayer/ResourceLoader/SJFilmEditing.bundle"
131         },
132         {
133           "name": "Core",
134           "source_files": "SJVideoPlayer/SJFilmEditingControlLayer/Core/**/*.{h,m}",
135           "dependencies": {
136             "SJVideoPlayer/SJFilmEditingControlLayer/ResourceLoader": [
138             ]
139           }
140         }
141       ]
142     },
143     {
144       "name": "SJLoadFailedControlLayer",
145       "source_files": "SJVideoPlayer/SJLoadFailedControlLayer/*.{h,m}",
146       "dependencies": {
147         "SJVideoPlayer/SJNotReachableControlLayer": [
149         ]
150       }
151     },
152     {
153       "name": "SJNotReachableControlLayer",
154       "source_files": "SJVideoPlayer/SJNotReachableControlLayer/*.{h,m}",
155       "dependencies": {
156         "SJVideoPlayer/SJEdgeControlLayer": [
158         ]
159       }
160     },
161     {
162       "name": "SJMoreSettingControlLayer",
163       "source_files": "SJVideoPlayer/SJMoreSettingControlLayer/*.{h,m}",
164       "dependencies": {
165         "SJVideoPlayer/SJEdgeControlLayer": [
167         ]
168       }
169     },
170     {
171       "name": "SJSwitchVideoDefinitionControlLayer",
172       "source_files": "SJVideoPlayer/SJSwitchVideoDefinitionControlLayer/*.{h,m}",
173       "dependencies": {
174         "SJVideoPlayer/Adapters": [
176         ],
177         "SJVideoPlayer/Common": [
179         ],
180         "SJVideoPlayer/Switcher": [
182         ]
183       }
184     },
185     {
186       "name": "SJFloatSmallViewControlLayer",
187       "source_files": "SJVideoPlayer/SJFloatSmallViewControlLayer/*.{h,m}",
188       "dependencies": {
189         "SJVideoPlayer/Common": [
191         ],
192         "SJVideoPlayer/Adapters": [
194         ],
195         "SJVideoPlayer/Switcher": [
197         ]
198       },
199       "subspecs": [
200         {
201           "name": "ResourceLoader",
202           "source_files": "SJVideoPlayer/SJFloatSmallViewControlLayer/ResourceLoader/*.{h,m}",
203           "resources": "SJVideoPlayer/SJFloatSmallViewControlLayer/ResourceLoader/SJFloatSmallViewControlLayer.bundle"
204         }
205       ]
206     }
207   ]