[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 1.3.13 / SJVideoPlayer.podspec.json
blobbc60bfd6f4bbe1868bbcac0609fc8d26b91f7490
2   "name": "SJVideoPlayer",
3   "version": "1.3.13",
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.13"
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         "SJVideoPlayer/Resource": [
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       }
106     },
107     {
108       "name": "Model",
109       "source_files": "SJVideoPlayer/Model/*.{h,m}"
110     },
111     {
112       "name": "Control",
113       "source_files": "SJVideoPlayer/Control/*.{h,m}",
114       "dependencies": {
115         "SJVideoPlayer/Other": [
117         ]
118       }
119     },
120     {
121       "name": "GestureControl",
122       "source_files": "SJVideoPlayer/GestureControl/*.{h,m}"
123     },
124     {
125       "name": "MoreSetting",
126       "source_files": "SJVideoPlayer/MoreSetting/*/**.{h,m}",
127       "dependencies": {
128         "SJVideoPlayer/Other": [
130         ]
131       }
132     },
133     {
134       "name": "Other",
135       "source_files": "SJVideoPlayer/Other/*.{h,m}",
136       "dependencies": {
137         "SJVideoPlayer/Base": [
139         ]
140       }
141     },
142     {
143       "name": "Present",
144       "source_files": "SJVideoPlayer/Present/*.{h,m}",
145       "dependencies": {
146         "SJVideoPlayer/Other": [
148         ]
149       }
150     },
151     {
152       "name": "Registrar",
153       "source_files": "SJVideoPlayer/Registrar/*.{h,m}"
154     },
155     {
156       "name": "TimerControl",
157       "source_files": "SJVideoPlayer/TimerControl/*.{h,m}"
158     },
159     {
160       "name": "Resource",
161       "source_files": "SJVideoPlayer/Resource/*.{h,m}"
162     }
163   ]