[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 3.2.3 / SJVideoPlayer.podspec.json
blob9300b4f3b8a261c8873ebc8ac449951efe743b09
2   "name": "SJVideoPlayer",
3   "version": "3.2.3",
4   "summary": "video player.",
5   "description": "https://github.com/changsanjiang/SJVideoPlayer/blob/master/README.md",
6   "homepage": "https://github.com/changsanjiang/SJVideoPlayer",
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/SJVideoPlayer.git",
19     "tag": "v3.2.3"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "SJBaseVideoPlayer": [
24       ">= 3.2.5"
25     ]
26   },
27   "source_files": "SJVideoPlayer/*.{h,m}",
28   "subspecs": [
29     {
30       "name": "Common",
31       "source_files": "SJVideoPlayer/Common/**/*",
32       "dependencies": {
33         "Masonry": [
35         ],
36         "SJBaseVideoPlayer": [
38         ],
39         "SJUIKit/AttributesFactory": [
41         ],
42         "SJVideoPlayer/ResourceLoader": [
44         ]
45       }
46     },
47     {
48       "name": "ControlLayers",
49       "source_files": "SJVideoPlayer/ControlLayers/**/*",
50       "dependencies": {
51         "SJVideoPlayer/Common": [
53         ]
54       }
55     },
56     {
57       "name": "ResourceLoader",
58       "source_files": "SJVideoPlayer/ResourceLoader/*.{h,m}",
59       "resources": "SJVideoPlayer/ResourceLoader/SJVideoPlayer.bundle"
60     }
61   ]