[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 0.0.6 / SJVideoPlayer.podspec.json
blobd8acc7d53f576a6089b7f13fb980fc05295068a1
2   "name": "SJVideoPlayer",
3   "version": "0.0.6",
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.6"
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/SJPlayer.h",
36   "subspecs": [
37     {
38       "name": "Category",
39       "source_files": "SJVideoPlayer/Category/*.{h,m}"
40     },
41     {
42       "name": "Constant",
43       "source_files": "SJVideoPlayer/Constant/*.{h,m}"
44     },
45     {
46       "name": "Control",
47       "source_files": "SJVideoPlayer/Control/*.{h,m}",
48       "dependencies": {
49         "SJVideoPlayer/Model": [
51         ],
52         "SJVideoPlayer/Category": [
54         ],
55         "SJVideoPlayer/Loading": [
57         ],
58         "SJVideoPlayer/Constant": [
60         ],
61         "SJVideoPlayer/Prompt": [
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": "Prompt",
91       "source_files": "SJVideoPlayer/Prompt/*.{h,m}",
92       "dependencies": {
93         "SJVideoPlayer/Category": [
95         ]
96       }
97     },
98     {
99       "name": "VideoPlayer",
100       "source_files": "SJVideoPlayer/VideoPlayer/*.{h,m}",
101       "dependencies": {
102         "SJVideoPlayer/Control": [
104         ],
105         "SJVideoPlayer/Loading": [
107         ],
108         "SJVideoPlayer/Model": [
110         ],
111         "SJVideoPlayer/Present": [
113         ],
114         "SJVideoPlayer/Prompt": [
116         ],
117         "SJVideoPlayer/Constant": [
119         ]
120       }
121     }
122   ]