[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / c / SJBaseVideoPlayer / 2.7.0 / SJBaseVideoPlayer.podspec.json
blob1a30f389e668356a8e3bbca7a3519cdeff29628a
2   "name": "SJBaseVideoPlayer",
3   "version": "2.7.0",
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": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/changsanjiang/SJBaseVideoPlayer.git",
19     "tag": "v2.7.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "AVFoundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "Masonry": [
29     ],
30     "SJUIKit/ObserverHelper": [
31       ">= 0.0.0.31"
32     ],
33     "SJUIKit/Queues": [
34       ">= 0.0.0.31"
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": "Const",
48       "source_files": "SJBaseVideoPlayer/Const/*.{h,m}"
49     },
50     {
51       "name": "Tool",
52       "source_files": "SJBaseVideoPlayer/Tool/*.{h,m}",
53       "dependencies": {
54         "SJBaseVideoPlayer/Header": [
56         ],
57         "SJBaseVideoPlayer/Model": [
59         ],
60         "SJBaseVideoPlayer/Const": [
62         ]
63       }
64     },
65     {
66       "name": "Model",
67       "source_files": "SJBaseVideoPlayer/Model/*.{h,m}",
68       "dependencies": {
69         "SJBaseVideoPlayer/Header": [
71         ]
72       }
73     },
74     {
75       "name": "SJAVMediaPlaybackController",
76       "source_files": "SJBaseVideoPlayer/SJAVMediaPlaybackController/*.{h,m}",
77       "dependencies": {
78         "SJBaseVideoPlayer/Tool": [
80         ]
81       },
82       "subspecs": [
83         {
84           "name": "Core",
85           "source_files": "SJBaseVideoPlayer/SJAVMediaPlaybackController/Core/*.{h,m}"
86         }
87       ]
88     },
89     {
90       "name": "SJDeviceVolumeAndBrightnessManager",
91       "dependencies": {
92         "SJBaseVideoPlayer/Header": [
94         ],
95         "SJBaseVideoPlayer/Const": [
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   ]