[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 7 / 1 / c / SJBaseVideoPlayer / 1.4.4 / SJBaseVideoPlayer.podspec.json
blob1ab1a1a95000c1af653c6b7724895aa0f9a09f22
2   "name": "SJBaseVideoPlayer",
3   "version": "1.4.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://gitee.com/changsanjiang/SJBaseVideoPlayer.git",
19     "tag": "v1.4.4"
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": "Model",
45       "source_files": "SJBaseVideoPlayer/Model/*.{h,m}",
46       "dependencies": {
47         "SJBaseVideoPlayer/Header": [
49         ]
50       }
51     },
52     {
53       "name": "SJAVMediaPlaybackController",
54       "source_files": "SJBaseVideoPlayer/SJAVMediaPlaybackController/*.{h,m}",
55       "dependencies": {
56         "SJBaseVideoPlayer/Tool": [
58         ],
59         "SJBaseVideoPlayer/Header": [
61         ],
62         "SJBaseVideoPlayer/Model": [
64         ]
65       },
66       "subspecs": [
67         {
68           "name": "Core",
69           "source_files": "SJBaseVideoPlayer/SJAVMediaPlaybackController/Core/*.{h,m}"
70         }
71       ]
72     },
73     {
74       "name": "SJPrompt",
75       "source_files": "SJBaseVideoPlayer/SJPrompt/*.{h,m}"
76     },
77     {
78       "name": "SJRotationManager",
79       "source_files": "SJBaseVideoPlayer/SJRotationManager/*.{h,m}"
80     },
81     {
82       "name": "SJVolBrigControl",
83       "source_files": "SJBaseVideoPlayer/SJVolBrigControl/*.{h,m}",
84       "resources": "SJBaseVideoPlayer/SJVolBrigControl/Resource/SJVolBrigResource.bundle",
85       "subspecs": [
86         {
87           "name": "Resource",
88           "source_files": "SJBaseVideoPlayer/SJVolBrigControl/Resource/*.{h,m}"
89         }
90       ]
91     },
92     {
93       "name": "Tool",
94       "source_files": "SJBaseVideoPlayer/Tool/*.{h,m}",
95       "ios": {
96         "libraries": "sqlite3"
97       }
98     }
99   ]