[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 1.0.0 / SJVideoPlayer.podspec.json
blob0c84f845f0f6dcfc517384cdc61135266ea06c97
2   "name": "SJVideoPlayer",
3   "version": "1.0.0",
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.0.0"
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     "SJPrompt": [
36     ],
37     "SJVideoPlayerBackGR": [
39     ]
40   },
41   "source_files": "SJVideoPlayer/SJPlayer.h",
42   "subspecs": [
43     {
44       "name": "Category",
45       "source_files": "SJVideoPlayer/Category/*.{h,m}"
46     },
47     {
48       "name": "Constant",
49       "source_files": "SJVideoPlayer/Constant/*.{h,m}"
50     },
51     {
52       "name": "Control",
53       "source_files": "SJVideoPlayer/Control/*.{h,m}",
54       "dependencies": {
55         "SJVideoPlayer/Model": [
57         ],
58         "SJVideoPlayer/Category": [
60         ],
61         "SJVideoPlayer/Loading": [
63         ],
64         "SJVideoPlayer/Constant": [
66         ]
67       }
68     },
69     {
70       "name": "Loading",
71       "source_files": "SJVideoPlayer/Loading/*.{h,m}"
72     },
73     {
74       "name": "Model",
75       "source_files": "SJVideoPlayer/Model/*.{h,m}"
76     },
77     {
78       "name": "Present",
79       "source_files": "SJVideoPlayer/Present/*.{h,m}",
80       "dependencies": {
81         "SJVideoPlayer/Category": [
83         ],
84         "SJVideoPlayer/Control": [
86         ],
87         "SJVideoPlayer/Constant": [
89         ]
90       }
91     },
92     {
93       "name": "VideoPlayer",
94       "source_files": "SJVideoPlayer/VideoPlayer/*.{h,m}",
95       "dependencies": {
96         "SJVideoPlayer/Control": [
98         ],
99         "SJVideoPlayer/Loading": [
101         ],
102         "SJVideoPlayer/Model": [
104         ],
105         "SJVideoPlayer/Present": [
107         ],
108         "SJVideoPlayer/Constant": [
110         ]
111       }
112     }
113   ]