[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / c / SJBaseVideoPlayer / 2.3.6 / SJBaseVideoPlayer.podspec.json
blob35cf54d2431d53547cadd5bc39fc1fb0df3a737a
2   "name": "SJBaseVideoPlayer",
3   "version": "2.3.6",
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.3.6"
20   },
21   "frameworks": [
22     "UIKit",
23     "AVFoundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "Masonry": [
29     ],
30     "SJUIKit/ObserverHelper": [
31       ">= 0.0.0.23"
32     ],
33     "SJUIKit/Queues": [
34       ">= 0.0.0.23"
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": "Tool",
48       "source_files": "SJBaseVideoPlayer/Tool/*.{h,m}",
49       "dependencies": {
50         "SJBaseVideoPlayer/Header": [
52         ],
53         "SJBaseVideoPlayer/Model": [
55         ]
56       }
57     },
58     {
59       "name": "Model",
60       "source_files": "SJBaseVideoPlayer/Model/*.{h,m}",
61       "dependencies": {
62         "SJBaseVideoPlayer/Header": [
64         ]
65       }
66     },
67     {
68       "name": "SJAVMediaPlaybackController",
69       "source_files": "SJBaseVideoPlayer/SJAVMediaPlaybackController/*.{h,m}",
70       "dependencies": {
71         "SJBaseVideoPlayer/Tool": [
73         ]
74       },
75       "subspecs": [
76         {
77           "name": "Core",
78           "source_files": "SJBaseVideoPlayer/SJAVMediaPlaybackController/Core/*.{h,m}"
79         }
80       ]
81     },
82     {
83       "name": "SJPrompt",
84       "source_files": "SJBaseVideoPlayer/SJPrompt/*.{h,m}"
85     },
86     {
87       "name": "SJRotationManager",
88       "source_files": "SJBaseVideoPlayer/SJRotationManager/*.{h,m}",
89       "dependencies": {
90         "SJBaseVideoPlayer/Header": [
92         ]
93       }
94     },
95     {
96       "name": "SJDeviceVolumeAndBrightnessManager",
97       "dependencies": {
98         "SJBaseVideoPlayer/Header": [
100         ]
101       },
102       "source_files": "SJBaseVideoPlayer/SJDeviceVolumeAndBrightnessManager/*.{h,m}",
103       "subspecs": [
104         {
105           "name": "Core",
106           "source_files": "SJBaseVideoPlayer/SJDeviceVolumeAndBrightnessManager/Core/*.{h,m}",
107           "dependencies": {
108             "SJBaseVideoPlayer/SJDeviceVolumeAndBrightnessManager/ResourceLoader": [
110             ]
111           }
112         },
113         {
114           "name": "ResourceLoader",
115           "source_files": "SJBaseVideoPlayer/SJDeviceVolumeAndBrightnessManager/ResourceLoader/*.{h,m}",
116           "resources": "SJBaseVideoPlayer/SJDeviceVolumeAndBrightnessManager/ResourceLoader/SJDeviceVolumeAndBrightnessManager.bundle"
117         }
118       ]
119     }
120   ]