[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / c / SJBaseVideoPlayer / 1.4.1 / SJBaseVideoPlayer.podspec.json
blobd3d8a41444501fa639d44bfa902036f15d4df110
2   "name": "SJBaseVideoPlayer",
3   "version": "1.4.1",
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.4.1"
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": "Model",
48       "source_files": "SJBaseVideoPlayer/Model/*.{h,m}",
49       "dependencies": {
50         "SJBaseVideoPlayer/Header": [
52         ]
53       }
54     },
55     {
56       "name": "SJAVMediaPlaybackController",
57       "source_files": "SJBaseVideoPlayer/SJAVMediaPlaybackController/*.{h,m}",
58       "dependencies": {
59         "SJBaseVideoPlayer/Tool": [
61         ],
62         "SJBaseVideoPlayer/Header": [
64         ],
65         "SJBaseVideoPlayer/Model": [
67         ]
68       },
69       "subspecs": [
70         {
71           "name": "Core",
72           "source_files": "SJBaseVideoPlayer/SJAVMediaPlaybackController/Core/*.{h,m}"
73         }
74       ]
75     },
76     {
77       "name": "SJPrompt",
78       "source_files": "SJBaseVideoPlayer/SJPrompt/*.{h,m}"
79     },
80     {
81       "name": "SJRotationManager",
82       "source_files": "SJBaseVideoPlayer/SJRotationManager/*.{h,m}"
83     },
84     {
85       "name": "SJVolBrigControl",
86       "source_files": "SJBaseVideoPlayer/SJVolBrigControl/*.{h,m}",
87       "resources": "SJBaseVideoPlayer/SJVolBrigControl/Resource/SJVolBrigResource.bundle",
88       "subspecs": [
89         {
90           "name": "Resource",
91           "source_files": "SJBaseVideoPlayer/SJVolBrigControl/Resource/*.{h,m}"
92         }
93       ]
94     },
95     {
96       "name": "Tool",
97       "source_files": "SJBaseVideoPlayer/Tool/*.{h,m}",
98       "ios": {
99         "libraries": "sqlite3"
100       }
101     }
102   ]