[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / c / SJBaseVideoPlayer / 1.3.3 / SJBaseVideoPlayer.podspec.json
blob84489d9045d96aea1849158dfa6f6bf979e49378
2   "name": "SJBaseVideoPlayer",
3   "version": "1.3.3",
4   "summary": "video player.",
5   "description": "https://github.com/changsanjiang/SJBaseVideoPlayer/blob/master/README.md",
6   "homepage": "https://github.com/changsanjiang/SJBaseVideoPlayer",
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://gitee.com/changsanjiang/SJBaseVideoPlayer.git",
19     "tag": "v1.3.3"
20   },
21   "frameworks": [
22     "UIKit",
23     "AVFoundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "SJUIFactory": [
29     ],
30     "Masonry": [
32     ],
33     "SJObserverHelper": [
35     ],
36     "Reachability": [
38     ]
39   },
40   "source_files": "SJBaseVideoPlayer/*.{h,m}",
41   "subspecs": [
42     {
43       "name": "Header",
44       "source_files": "SJBaseVideoPlayer/Header/*.{h}"
45     },
46     {
47       "name": "Present",
48       "source_files": "SJBaseVideoPlayer/Present/*.{h,m}",
49       "dependencies": {
50         "SJBaseVideoPlayer/Header": [
52         ]
53       }
54     },
55     {
56       "name": "Category",
57       "source_files": "SJBaseVideoPlayer/Category/*.{h,m}"
58     },
59     {
60       "name": "Registrar",
61       "source_files": "SJBaseVideoPlayer/Registrar/*.{h,m}"
62     },
63     {
64       "name": "GestureControl",
65       "source_files": "SJBaseVideoPlayer/GestureControl/*.{h,m}"
66     },
67     {
68       "name": "TimerControl",
69       "source_files": "SJBaseVideoPlayer/TimerControl/*.{h,m}",
70       "dependencies": {
71         "SJBaseVideoPlayer/Category": [
73         ]
74       }
75     },
76     {
77       "name": "Model",
78       "source_files": "SJBaseVideoPlayer/Model/*.{h,m}",
79       "dependencies": {
80         "SJBaseVideoPlayer/Category": [
82         ],
83         "SJBaseVideoPlayer/Header": [
85         ]
86       }
87     },
88     {
89       "name": "Download",
90       "source_files": "SJBaseVideoPlayer/Download/*.{h,m}",
91       "ios": {
92         "libraries": "sqlite3"
93       }
94     },
95     {
96       "name": "SJRotationManager",
97       "source_files": "SJBaseVideoPlayer/SJRotationManager/*.{h,m}"
98     },
99     {
100       "name": "SJVolBrigControl",
101       "source_files": "SJBaseVideoPlayer/SJVolBrigControl/*.{h,m}",
102       "resources": "SJBaseVideoPlayer/SJVolBrigControl/Resource/SJVolBrigResource.bundle",
103       "subspecs": [
104         {
105           "name": "Resource",
106           "source_files": "SJBaseVideoPlayer/SJVolBrigControl/Resource/*.{h,m}"
107         }
108       ]
109     },
110     {
111       "name": "SJPrompt",
112       "source_files": "SJBaseVideoPlayer/SJPrompt/*.{h,m}"
113     }
114   ]