[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 7 / 1 / c / SJBaseVideoPlayer / 1.0.1.4 / SJBaseVideoPlayer.podspec.json
blobd629187cd7a90e7d698f996dc7380ddcca7db924
2   "name": "SJBaseVideoPlayer",
3   "version": "1.0.1.4",
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": "v1.0.1.4"
20   },
21   "frameworks": [
22     "UIKit",
23     "AVFoundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "SJUIFactory": [
29     ],
30     "Masonry": [
32     ],
33     "SJFullscreenPopGesture": [
35     ],
36     "SJBorderLineView": [
38     ],
39     "SJPrompt": [
41     ],
42     "SJOrentationObserver": [
44     ],
45     "SJVideoPlayerAssetCarrier": [
47     ],
48     "SJVolBrigControl": [
50     ],
51     "SJObserverHelper": [
53     ]
54   },
55   "source_files": "SJBaseVideoPlayer/*.{h,m}",
56   "subspecs": [
57     {
58       "name": "Header",
59       "source_files": "SJBaseVideoPlayer/Header/*.{h}"
60     },
61     {
62       "name": "Present",
63       "source_files": "SJBaseVideoPlayer/Present/*.{h,m}",
64       "dependencies": {
65         "SJBaseVideoPlayer/Header": [
67         ]
68       }
69     },
70     {
71       "name": "Category",
72       "source_files": "SJBaseVideoPlayer/Category/*.{h,m}"
73     },
74     {
75       "name": "Registrar",
76       "source_files": "SJBaseVideoPlayer/Registrar/*.{h,m}"
77     },
78     {
79       "name": "GestureControl",
80       "source_files": "SJBaseVideoPlayer/GestureControl/*.{h,m}"
81     },
82     {
83       "name": "TimerControl",
84       "source_files": "SJBaseVideoPlayer/TimerControl/*.{h,m}"
85     },
86     {
87       "name": "Model",
88       "source_files": "SJBaseVideoPlayer/Model/*.{h,m}",
89       "dependencies": {
90         "SJVideoPlayerAssetCarrier": [
92         ]
93       }
94     }
95   ]