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