[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 1.4.5 / SJVideoPlayer.podspec.json
blobd5990492bf80819f667489779c43a431bb427936
2   "name": "SJVideoPlayer",
3   "version": "1.4.5",
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": "v1.4.5"
20   },
21   "resources": "SJVideoPlayer/Resource/SJVideoPlayer.bundle",
22   "frameworks": [
23     "UIKit",
24     "AVFoundation"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "Masonry": [
30     ],
31     "SJSlider": [
33     ],
34     "SJAttributesFactory": [
36     ],
37     "SJBorderLineView": [
39     ],
40     "SJPrompt": [
42     ],
43     "SJUIFactory": [
45     ],
46     "SJFullscreenPopGesture": [
48     ],
49     "SJOrentationObserver": [
51     ],
52     "SJLoadingView": [
54     ],
55     "SJVideoPlayerAssetCarrier": [
57     ],
58     "SJVolBrigControl": [
60     ],
61     "SJObserverHelper": [
63     ]
64   },
65   "source_files": "SJVideoPlayer/SJPlayer.h",
66   "subspecs": [
67     {
68       "name": "Header",
69       "source_files": "SJVideoPlayer/Header/*.{h}"
70     },
71     {
72       "name": "Base",
73       "source_files": "SJVideoPlayer/Base/*.{h,m}",
74       "dependencies": {
75         "SJVideoPlayer/Header": [
77         ],
78         "SJVideoPlayer/Model": [
80         ]
81       }
82     },
83     {
84       "name": "Player",
85       "source_files": "SJVideoPlayer/Player/*.{h,m}",
86       "dependencies": {
87         "SJVideoPlayer/Control": [
89         ],
90         "SJVideoPlayer/MoreSetting": [
92         ],
93         "SJVideoPlayer/Present": [
95         ],
96         "SJVideoPlayer/Registrar": [
98         ],
99         "SJVideoPlayer/TimerControl": [
101         ],
102         "SJVideoPlayer/GestureControl": [
104         ],
105         "SJVideoPlayer/DraggingProgress": [
107         ]
108       }
109     },
110     {
111       "name": "Model",
112       "source_files": "SJVideoPlayer/Model/*.{h,m}",
113       "dependencies": {
114         "SJVideoPlayer/Resource": [
116         ]
117       }
118     },
119     {
120       "name": "Control",
121       "source_files": "SJVideoPlayer/Control/*.{h,m}",
122       "dependencies": {
123         "SJVideoPlayer/Other": [
125         ]
126       }
127     },
128     {
129       "name": "GestureControl",
130       "source_files": "SJVideoPlayer/GestureControl/*.{h,m}"
131     },
132     {
133       "name": "MoreSetting",
134       "source_files": "SJVideoPlayer/MoreSetting/*/**.{h,m}",
135       "dependencies": {
136         "SJVideoPlayer/Other": [
138         ]
139       }
140     },
141     {
142       "name": "Other",
143       "source_files": "SJVideoPlayer/Other/*.{h,m}",
144       "dependencies": {
145         "SJVideoPlayer/Base": [
147         ]
148       }
149     },
150     {
151       "name": "Present",
152       "source_files": "SJVideoPlayer/Present/*.{h,m}",
153       "dependencies": {
154         "SJVideoPlayer/Other": [
156         ]
157       }
158     },
159     {
160       "name": "Registrar",
161       "source_files": "SJVideoPlayer/Registrar/*.{h,m}"
162     },
163     {
164       "name": "TimerControl",
165       "source_files": "SJVideoPlayer/TimerControl/*.{h,m}"
166     },
167     {
168       "name": "Resource",
169       "source_files": "SJVideoPlayer/Resource/*.{h,m}"
170     },
171     {
172       "name": "DraggingProgress",
173       "source_files": "SJVideoPlayer/DraggingProgress/*.{h,m}",
174       "dependencies": {
175         "SJVideoPlayer/Base": [
177         ]
178       }
179     }
180   ]