[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 1.3.1 / SJVideoPlayer.podspec.json
blob7886671637f2c3421b47970b9966f812834a2254
2   "name": "SJVideoPlayer",
3   "version": "1.3.1",
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.1"
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   },
53   "source_files": "SJVideoPlayer/SJPlayer.h",
54   "subspecs": [
55     {
56       "name": "Header",
57       "source_files": "SJVideoPlayer/Header/*.{h}"
58     },
59     {
60       "name": "Base",
61       "source_files": "SJVideoPlayer/Base/*.{h,m}",
62       "dependencies": {
63         "SJVideoPlayer/Header": [
65         ],
66         "SJVideoPlayer/Model": [
68         ],
69         "SJVideoPlayer/Resource": [
71         ]
72       }
73     },
74     {
75       "name": "Player",
76       "source_files": "SJVideoPlayer/Player/*.{h,m}",
77       "dependencies": {
78         "SJVideoPlayer/Control": [
80         ],
81         "SJVideoPlayer/Loading": [
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": "Loading",
123       "source_files": "SJVideoPlayer/Loading/*.{h,m}"
124     },
125     {
126       "name": "MoreSetting",
127       "source_files": "SJVideoPlayer/MoreSetting/*/**.{h,m}",
128       "dependencies": {
129         "SJVideoPlayer/Other": [
131         ]
132       }
133     },
134     {
135       "name": "VolBrigControl",
136       "source_files": "SJVideoPlayer/VolBrigControl/*.{h,m}",
137       "dependencies": {
138         "SJVideoPlayer/Other": [
140         ]
141       }
142     },
143     {
144       "name": "Other",
145       "source_files": "SJVideoPlayer/Other/*.{h,m}",
146       "dependencies": {
147         "SJVideoPlayer/Base": [
149         ]
150       }
151     },
152     {
153       "name": "Present",
154       "source_files": "SJVideoPlayer/Present/*.{h,m}",
155       "dependencies": {
156         "SJVideoPlayer/Other": [
158         ]
159       }
160     },
161     {
162       "name": "Registrar",
163       "source_files": "SJVideoPlayer/Registrar/*.{h,m}"
164     },
165     {
166       "name": "TimerControl",
167       "source_files": "SJVideoPlayer/TimerControl/*.{h,m}"
168     },
169     {
170       "name": "Resource",
171       "source_files": "SJVideoPlayer/Resource/*.{h,m}"
172     }
173   ]