[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 0.0.5 / SJVideoPlayer.podspec.json
blob67a7b44051f441bf56431330d8b47ca0562521bc
2   "name": "SJVideoPlayer",
3   "version": "0.0.5",
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": "v0.0.5"
20   },
21   "resources": "SJVideoPlayer/Resource/SJVideoPlayer.bundle",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "dependencies": {
25     "Masonry": [
27     ],
28     "SJSlider": [
30     ],
31     "SJBorderLineView": [
33     ]
34   },
35   "source_files": "SJVideoPlayer/*.{h, m}",
36   "subspecs": [
37     {
38       "name": "Category",
39       "source_files": "SJVideoPlayer/Category/*.{h, m}"
40     },
41     {
42       "name": "Control",
43       "source_files": "SJVideoPlayer/Control/***/**/*.{h, m}"
44     },
45     {
46       "name": "Loading",
47       "source_files": "SJVideoPlayer/Loading/*.{h, m}"
48     },
49     {
50       "name": "Model",
51       "source_files": "SJVideoPlayer/Model/*.{h, m}"
52     },
53     {
54       "name": "Present",
55       "source_files": "SJVideoPlayer/Present/*.{h, m}"
56     },
57     {
58       "name": "Prompt",
59       "source_files": "SJVideoPlayer/Prompt/*.{h, m}"
60     }
61   ]