[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / c / SJBaseVideoPlayer / 1.2.0.2 / SJBaseVideoPlayer.podspec.json
blob3eaeb22b4008a766acec40d6462add25838014de
2   "name": "SJBaseVideoPlayer",
3   "version": "1.2.0.2",
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://github.com/changsanjiang/SJBaseVideoPlayer.git",
19     "tag": "v1.2.0.2"
20   },
21   "frameworks": [
22     "UIKit",
23     "AVFoundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "SJUIFactory": [
29     ],
30     "Masonry": [
32     ],
33     "SJPrompt": [
35     ],
36     "SJOrentationObserver": [
38     ],
39     "SJVolBrigControl": [
41     ],
42     "SJObserverHelper": [
44     ],
45     "Reachability": [
47     ]
48   },
49   "source_files": "SJBaseVideoPlayer/*.{h,m}",
50   "subspecs": [
51     {
52       "name": "Header",
53       "source_files": "SJBaseVideoPlayer/Header/*.{h}"
54     },
55     {
56       "name": "Present",
57       "source_files": "SJBaseVideoPlayer/Present/*.{h,m}",
58       "dependencies": {
59         "SJBaseVideoPlayer/Header": [
61         ]
62       }
63     },
64     {
65       "name": "Category",
66       "source_files": "SJBaseVideoPlayer/Category/*.{h,m}"
67     },
68     {
69       "name": "Registrar",
70       "source_files": "SJBaseVideoPlayer/Registrar/*.{h,m}"
71     },
72     {
73       "name": "GestureControl",
74       "source_files": "SJBaseVideoPlayer/GestureControl/*.{h,m}"
75     },
76     {
77       "name": "TimerControl",
78       "source_files": "SJBaseVideoPlayer/TimerControl/*.{h,m}",
79       "dependencies": {
80         "SJBaseVideoPlayer/Category": [
82         ]
83       }
84     },
85     {
86       "name": "Model",
87       "source_files": "SJBaseVideoPlayer/Model/*.{h,m}",
88       "dependencies": {
89         "SJBaseVideoPlayer/Category": [
91         ],
92         "SJBaseVideoPlayer/Header": [
94         ]
95       }
96     },
97     {
98       "name": "Download",
99       "source_files": "SJBaseVideoPlayer/Download/*.{h,m}",
100       "ios": {
101         "libraries": "sqlite3"
102       }
103     }
104   ]