[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 2.5.8 / SJVideoPlayer.podspec.json
blob188e0231187286039189566e26d8eab561ab74f5
2   "name": "SJVideoPlayer",
3   "version": "2.5.8",
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": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/changsanjiang/SJVideoPlayer.git",
19     "tag": "v2.5.8"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "Masonry": [
25     ],
26     "SJBaseVideoPlayer": [
27       ">= 2.4.1"
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": "SJLoadingView",
58       "source_files": "SJVideoPlayer/SJLoadingView/*.{h,m}"
59     },
60     {
61       "name": "Settings",
62       "source_files": "SJVideoPlayer/Settings/*.{h,m}",
63       "dependencies": {
64         "SJVideoPlayer/SJFilmEditingControlLayer/ResourceLoader": [
66         ],
67         "SJVideoPlayer/SJEdgeControlLayer/ResourceLoader": [
69         ],
70         "SJVideoPlayer/SJFloatSmallViewControlLayer/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": "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       "subspecs": [
170         {
171           "name": "Core",
172           "source_files": "SJVideoPlayer/SJMoreSettingControlLayer/Core/*.{h,m}"
173         }
174       ]
175     },
176     {
177       "name": "SJFloatSmallViewControlLayer",
178       "source_files": "SJVideoPlayer/SJFloatSmallViewControlLayer/*.{h,m}",
179       "dependencies": {
180         "SJVideoPlayer/Common": [
182         ],
183         "SJVideoPlayer/Adapters": [
185         ],
186         "SJVideoPlayer/Switcher": [
188         ]
189       },
190       "subspecs": [
191         {
192           "name": "ResourceLoader",
193           "source_files": "SJVideoPlayer/SJFloatSmallViewControlLayer/ResourceLoader/*.{h,m}",
194           "resources": "SJVideoPlayer/SJFloatSmallViewControlLayer/ResourceLoader/SJFloatSmallViewControlLayer.bundle"
195         }
196       ]
197     }
198   ]