[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 1.3.4 / SJVideoPlayer.podspec.json
blob910b99c56aab5e1127d51323fb268d57115165f6
2   "name": "SJVideoPlayer",
3   "version": "1.3.4",
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.3.4"
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     "SJVideoPlayerBackGR": [
48     ],
49     "SJOrentationObserver": [
51     ],
52     "SJLoadingView": [
54     ]
55   },
56   "source_files": "SJVideoPlayer/SJPlayer.h",
57   "subspecs": [
58     {
59       "name": "Header",
60       "source_files": "SJVideoPlayer/Header/*.{h}"
61     },
62     {
63       "name": "Base",
64       "source_files": "SJVideoPlayer/Base/*.{h,m}",
65       "dependencies": {
66         "SJVideoPlayer/Header": [
68         ],
69         "SJVideoPlayer/Model": [
71         ],
72         "SJVideoPlayer/Resource": [
74         ]
75       }
76     },
77     {
78       "name": "Player",
79       "source_files": "SJVideoPlayer/Player/*.{h,m}",
80       "dependencies": {
81         "SJVideoPlayer/Control": [
83         ],
84         "SJVideoPlayer/MoreSetting": [
86         ],
87         "SJVideoPlayer/VolBrigControl": [
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     },
108     {
109       "name": "Control",
110       "source_files": "SJVideoPlayer/Control/*.{h,m}",
111       "dependencies": {
112         "SJVideoPlayer/Other": [
114         ]
115       }
116     },
117     {
118       "name": "GestureControl",
119       "source_files": "SJVideoPlayer/GestureControl/*.{h,m}"
120     },
121     {
122       "name": "MoreSetting",
123       "source_files": "SJVideoPlayer/MoreSetting/*/**.{h,m}",
124       "dependencies": {
125         "SJVideoPlayer/Other": [
127         ]
128       }
129     },
130     {
131       "name": "VolBrigControl",
132       "source_files": "SJVideoPlayer/VolBrigControl/*.{h,m}",
133       "dependencies": {
134         "SJVideoPlayer/Other": [
136         ]
137       }
138     },
139     {
140       "name": "Other",
141       "source_files": "SJVideoPlayer/Other/*.{h,m}",
142       "dependencies": {
143         "SJVideoPlayer/Base": [
145         ]
146       }
147     },
148     {
149       "name": "Present",
150       "source_files": "SJVideoPlayer/Present/*.{h,m}",
151       "dependencies": {
152         "SJVideoPlayer/Other": [
154         ]
155       }
156     },
157     {
158       "name": "Registrar",
159       "source_files": "SJVideoPlayer/Registrar/*.{h,m}"
160     },
161     {
162       "name": "TimerControl",
163       "source_files": "SJVideoPlayer/TimerControl/*.{h,m}"
164     },
165     {
166       "name": "Resource",
167       "source_files": "SJVideoPlayer/Resource/*.{h,m}"
168     }
169   ]