[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / c / SJBaseVideoPlayer / 1.3.0.2 / SJBaseVideoPlayer.podspec.json
blob28fc7133c552c853acbd268990f42fe794545b49
2   "name": "SJBaseVideoPlayer",
3   "version": "1.3.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.3.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     "SJObserverHelper": [
38     ],
39     "Reachability": [
41     ]
42   },
43   "source_files": "SJBaseVideoPlayer/*.{h,m}",
44   "subspecs": [
45     {
46       "name": "Header",
47       "source_files": "SJBaseVideoPlayer/Header/*.{h}"
48     },
49     {
50       "name": "Present",
51       "source_files": "SJBaseVideoPlayer/Present/*.{h,m}",
52       "dependencies": {
53         "SJBaseVideoPlayer/Header": [
55         ]
56       }
57     },
58     {
59       "name": "Category",
60       "source_files": "SJBaseVideoPlayer/Category/*.{h,m}"
61     },
62     {
63       "name": "Registrar",
64       "source_files": "SJBaseVideoPlayer/Registrar/*.{h,m}"
65     },
66     {
67       "name": "GestureControl",
68       "source_files": "SJBaseVideoPlayer/GestureControl/*.{h,m}"
69     },
70     {
71       "name": "TimerControl",
72       "source_files": "SJBaseVideoPlayer/TimerControl/*.{h,m}",
73       "dependencies": {
74         "SJBaseVideoPlayer/Category": [
76         ]
77       }
78     },
79     {
80       "name": "Model",
81       "source_files": "SJBaseVideoPlayer/Model/*.{h,m}",
82       "dependencies": {
83         "SJBaseVideoPlayer/Category": [
85         ],
86         "SJBaseVideoPlayer/Header": [
88         ]
89       }
90     },
91     {
92       "name": "Download",
93       "source_files": "SJBaseVideoPlayer/Download/*.{h,m}",
94       "ios": {
95         "libraries": "sqlite3"
96       }
97     },
98     {
99       "name": "SJRotationManager",
100       "source_files": "SJBaseVideoPlayer/SJRotationManager/*.{h,m}"
101     },
102     {
103       "name": "SJVolBrigControl",
104       "source_files": "SJBaseVideoPlayer/SJVolBrigControl/*.{h,m}",
105       "resources": "SJBaseVideoPlayer/SJVolBrigControl/Resource/SJVolBrigResource.bundle",
106       "subspecs": [
107         {
108           "name": "Resource",
109           "source_files": "SJBaseVideoPlayer/SJVolBrigControl/Resource/*.{h,m}"
110         }
111       ]
112     }
113   ]