[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / c / SJBaseVideoPlayer / 1.6.3 / SJBaseVideoPlayer.podspec.json
blobebe7879480aba1cac9b061d89e52f74d24c80241
2   "name": "SJBaseVideoPlayer",
3   "version": "1.6.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.6.3"
20   },
21   "frameworks": [
22     "UIKit",
23     "AVFoundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "Masonry": [
29     ],
30     "SJObserverHelper": [
32     ],
33     "Reachability": [
35     ]
36   },
37   "source_files": "SJBaseVideoPlayer/*.{h,m}",
38   "subspecs": [
39     {
40       "name": "Header",
41       "source_files": "SJBaseVideoPlayer/Header/*.{h}"
42     },
43     {
44       "name": "Model",
45       "source_files": "SJBaseVideoPlayer/Model/*.{h,m}",
46       "dependencies": {
47         "SJBaseVideoPlayer/Header": [
49         ]
50       }
51     },
52     {
53       "name": "SJAVMediaPlaybackController",
54       "source_files": "SJBaseVideoPlayer/SJAVMediaPlaybackController/*.{h,m}",
55       "dependencies": {
56         "SJBaseVideoPlayer/Tool": [
58         ],
59         "SJBaseVideoPlayer/Header": [
61         ],
62         "SJBaseVideoPlayer/Model": [
64         ]
65       },
66       "subspecs": [
67         {
68           "name": "Core",
69           "source_files": "SJBaseVideoPlayer/SJAVMediaPlaybackController/Core/*.{h,m}"
70         }
71       ]
72     },
73     {
74       "name": "SJPrompt",
75       "source_files": "SJBaseVideoPlayer/SJPrompt/*.{h,m}"
76     },
77     {
78       "name": "SJRotationManager",
79       "source_files": "SJBaseVideoPlayer/SJRotationManager/*.{h,m}",
80       "dependencies": {
81         "SJBaseVideoPlayer/Header": [
83         ]
84       }
85     },
86     {
87       "name": "SJVolBrigControl",
88       "source_files": "SJBaseVideoPlayer/SJVolBrigControl/*.{h,m}",
89       "resources": "SJBaseVideoPlayer/SJVolBrigControl/Resource/SJVolBrigResource.bundle",
90       "subspecs": [
91         {
92           "name": "Resource",
93           "source_files": "SJBaseVideoPlayer/SJVolBrigControl/Resource/*.{h,m}"
94         }
95       ]
96     },
97     {
98       "name": "Tool",
99       "source_files": "SJBaseVideoPlayer/Tool/*.{h,m}",
100       "ios": {
101         "libraries": "sqlite3"
102       }
103     }
104   ]