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