[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / c / SJBaseVideoPlayer / 2.0.8 / SJBaseVideoPlayer.podspec.json
blob7253fa9db51ae41263a01c81a10951a74223c358
2   "name": "SJBaseVideoPlayer",
3   "version": "2.0.8",
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": "v2.0.8"
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": "Tool",
45       "source_files": "SJBaseVideoPlayer/Tool/*.{h,m}",
46       "dependencies": {
47         "SJBaseVideoPlayer/Header": [
49         ],
50         "SJBaseVideoPlayer/Model": [
52         ]
53       }
54     },
55     {
56       "name": "Model",
57       "source_files": "SJBaseVideoPlayer/Model/*.{h,m}",
58       "dependencies": {
59         "SJBaseVideoPlayer/Header": [
61         ]
62       }
63     },
64     {
65       "name": "SJAVMediaPlaybackController",
66       "source_files": "SJBaseVideoPlayer/SJAVMediaPlaybackController/*.{h,m}",
67       "dependencies": {
68         "SJBaseVideoPlayer/Tool": [
70         ]
71       },
72       "subspecs": [
73         {
74           "name": "Core",
75           "source_files": "SJBaseVideoPlayer/SJAVMediaPlaybackController/Core/*.{h,m}"
76         }
77       ]
78     },
79     {
80       "name": "SJPrompt",
81       "source_files": "SJBaseVideoPlayer/SJPrompt/*.{h,m}"
82     },
83     {
84       "name": "SJRotationManager",
85       "source_files": "SJBaseVideoPlayer/SJRotationManager/*.{h,m}",
86       "dependencies": {
87         "SJBaseVideoPlayer/Header": [
89         ]
90       }
91     },
92     {
93       "name": "SJDeviceVolumeAndBrightnessManager",
94       "dependencies": {
95         "SJBaseVideoPlayer/Header": [
97         ]
98       },
99       "source_files": "SJBaseVideoPlayer/SJDeviceVolumeAndBrightnessManager/*.{h,m}",
100       "subspecs": [
101         {
102           "name": "Core",
103           "source_files": "SJBaseVideoPlayer/SJDeviceVolumeAndBrightnessManager/Core/*.{h,m}",
104           "dependencies": {
105             "SJBaseVideoPlayer/SJDeviceVolumeAndBrightnessManager/ResourceLoader": [
107             ]
108           }
109         },
110         {
111           "name": "ResourceLoader",
112           "source_files": "SJBaseVideoPlayer/SJDeviceVolumeAndBrightnessManager/ResourceLoader/*.{h,m}",
113           "resources": "SJBaseVideoPlayer/SJDeviceVolumeAndBrightnessManager/ResourceLoader/SJDeviceVolumeAndBrightnessManager.bundle"
114         }
115       ]
116     }
117   ]