[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 1.4.0 / SJVideoPlayer.podspec.json
blob9525cb4af90f04f354abdb802112fb6810db9339
2   "name": "SJVideoPlayer",
3   "version": "1.4.0",
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.0"
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   },
62   "source_files": "SJVideoPlayer/SJPlayer.h",
63   "subspecs": [
64     {
65       "name": "Header",
66       "source_files": "SJVideoPlayer/Header/*.{h}"
67     },
68     {
69       "name": "Base",
70       "source_files": "SJVideoPlayer/Base/*.{h,m}",
71       "dependencies": {
72         "SJVideoPlayer/Header": [
74         ],
75         "SJVideoPlayer/Model": [
77         ]
78       }
79     },
80     {
81       "name": "Player",
82       "source_files": "SJVideoPlayer/Player/*.{h,m}",
83       "dependencies": {
84         "SJVideoPlayer/Control": [
86         ],
87         "SJVideoPlayer/MoreSetting": [
89         ],
90         "SJVideoPlayer/Present": [
92         ],
93         "SJVideoPlayer/Registrar": [
95         ],
96         "SJVideoPlayer/TimerControl": [
98         ],
99         "SJVideoPlayer/GestureControl": [
101         ]
102       }
103     },
104     {
105       "name": "Model",
106       "source_files": "SJVideoPlayer/Model/*.{h,m}",
107       "dependencies": {
108         "SJVideoPlayer/Resource": [
110         ]
111       }
112     },
113     {
114       "name": "Control",
115       "source_files": "SJVideoPlayer/Control/*.{h,m}",
116       "dependencies": {
117         "SJVideoPlayer/Other": [
119         ]
120       }
121     },
122     {
123       "name": "GestureControl",
124       "source_files": "SJVideoPlayer/GestureControl/*.{h,m}"
125     },
126     {
127       "name": "MoreSetting",
128       "source_files": "SJVideoPlayer/MoreSetting/*/**.{h,m}",
129       "dependencies": {
130         "SJVideoPlayer/Other": [
132         ]
133       }
134     },
135     {
136       "name": "Other",
137       "source_files": "SJVideoPlayer/Other/*.{h,m}",
138       "dependencies": {
139         "SJVideoPlayer/Base": [
141         ]
142       }
143     },
144     {
145       "name": "Present",
146       "source_files": "SJVideoPlayer/Present/*.{h,m}",
147       "dependencies": {
148         "SJVideoPlayer/Other": [
150         ]
151       }
152     },
153     {
154       "name": "Registrar",
155       "source_files": "SJVideoPlayer/Registrar/*.{h,m}"
156     },
157     {
158       "name": "TimerControl",
159       "source_files": "SJVideoPlayer/TimerControl/*.{h,m}"
160     },
161     {
162       "name": "Resource",
163       "source_files": "SJVideoPlayer/Resource/*.{h,m}"
164     }
165   ]