[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / SJVideoPlayer / 3.2.0 / SJVideoPlayer.podspec.json
bloba8a0ffbeebc180f16c286bf298bdcf69f9ddf01f
2   "name": "SJVideoPlayer",
3   "version": "3.2.0",
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.0"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "SJBaseVideoPlayer": [
24       ">= 3.2.1"
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   ]