[Add] MapboxCommon 24.10.0-daily-2024-12-30-04-26
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 2.0.0.1 / SJVideoPlayer.podspec.json
blobc815e0993fa969b5b0d329e9079afb05d540902c
2   "name": "SJVideoPlayer",
3   "version": "2.0.0.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": "v2.0.0.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     "SJFullscreenPopGesture": [
48     ],
49     "SJOrentationObserver": [
51     ],
52     "SJLoadingView": [
54     ],
55     "SJVideoPlayerAssetCarrier": [
57     ],
58     "SJVolBrigControl": [
60     ],
61     "SJObserverHelper": [
63     ]
64   },
65   "source_files": "SJVideoPlayer/*.{h,m}",
66   "subspecs": [
67     {
68       "name": "Header",
69       "source_files": "SJVideoPlayer/Header/*.{h}"
70     },
71     {
72       "name": "Present",
73       "source_files": "SJVideoPlayer/Present/*.{h,m}",
74       "dependencies": {
75         "SJVideoPlayer/Header": [
77         ]
78       }
79     },
80     {
81       "name": "Category",
82       "source_files": "SJVideoPlayer/Category/*.{h,m}"
83     },
84     {
85       "name": "Registrar",
86       "source_files": "SJVideoPlayer/Registrar/*.{h,m}"
87     },
88     {
89       "name": "GestureControl",
90       "source_files": "SJVideoPlayer/GestureControl/*.{h,m}"
91     },
92     {
93       "name": "TimerControl",
94       "source_files": "SJVideoPlayer/TimerControl/*.{h,m}"
95     },
96     {
97       "name": "Model",
98       "source_files": "SJVideoPlayer/Model/*.{h,m}",
99       "dependencies": {
100         "SJVideoPlayerAssetCarrier": [
102         ]
103       }
104     },
105     {
106       "name": "Resource",
107       "source_files": "SJVideoPlayer/Resource/*.{h,m}"
108     },
109     {
110       "name": "ControlView",
111       "source_files": "SJVideoPlayer/ControlView/*.{h,m}",
112       "dependencies": {
113         "SJVideoPlayer/Resource": [
115         ],
116         "SJVideoPlayer/MoreSetting": [
118         ],
119         "SJVideoPlayer/Header": [
121         ],
122         "SJVideoPlayer/Model": [
124         ]
125       }
126     },
127     {
128       "name": "MoreSetting",
129       "source_files": "SJVideoPlayer/MoreSetting/*.{h,m}",
130       "dependencies": {
131         "SJVideoPlayer/Resource": [
133         ]
134       }
135     }
136   ]