[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 7 / 1 / c / SJBaseVideoPlayer / 1.0.5 / SJBaseVideoPlayer.podspec.json
blob5e007f78228214e275c51d9f54aa1a8476b56a96
2   "name": "SJBaseVideoPlayer",
3   "version": "1.0.5",
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.5"
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     "Reachability": [
56     ]
57   },
58   "source_files": "SJBaseVideoPlayer/*.{h,m}",
59   "subspecs": [
60     {
61       "name": "Header",
62       "source_files": "SJBaseVideoPlayer/Header/*.{h}"
63     },
64     {
65       "name": "Present",
66       "source_files": "SJBaseVideoPlayer/Present/*.{h,m}",
67       "dependencies": {
68         "SJBaseVideoPlayer/Header": [
70         ]
71       }
72     },
73     {
74       "name": "Category",
75       "source_files": "SJBaseVideoPlayer/Category/*.{h,m}"
76     },
77     {
78       "name": "Registrar",
79       "source_files": "SJBaseVideoPlayer/Registrar/*.{h,m}"
80     },
81     {
82       "name": "GestureControl",
83       "source_files": "SJBaseVideoPlayer/GestureControl/*.{h,m}"
84     },
85     {
86       "name": "TimerControl",
87       "source_files": "SJBaseVideoPlayer/TimerControl/*.{h,m}"
88     },
89     {
90       "name": "Model",
91       "source_files": "SJBaseVideoPlayer/Model/*.{h,m}",
92       "dependencies": {
93         "SJVideoPlayerAssetCarrier": [
95         ]
96       }
97     },
98     {
99       "name": "Download",
100       "source_files": "SJBaseVideoPlayer/Download/*.{h,m}",
101       "ios": {
102         "libraries": "sqlite3"
103       }
104     }
105   ]