[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / c / 3 / WWPlate / 1.3.2 / WWPlate.podspec.json
blob62fa7fbd8ee983ef046892095f218363080ba159
2   "name": "WWPlate",
3   "version": "1.3.2",
4   "summary": "Video Player Using Swift, based on AVPlayer",
5   "swift_versions": "5",
6   "description": "Video Player Using Swift, based on AVPlayer, support for the horizontal screen, vertical screen, the upper and lower slide to adjust the volume, the screen brightness, or so slide to adjust the playback progress.",
7   "homepage": "https://github.com/BrikerMan/BMPlayer",
8   "license": "MIT",
9   "authors": {
10     "Eliyar Eziz": "eliyar917@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/WhiteWhaleOrganization/WWPlate.git",
14     "tag": "1.3.2"
15   },
16   "social_media_url": "http://weibo.com/536445669",
17   "platforms": {
18     "ios": "10.0"
19   },
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "5.0"
22   },
23   "default_subspecs": "Full",
24   "subspecs": [
25     {
26       "name": "Core",
27       "frameworks": [
28         "UIKit",
29         "AVFoundation"
30       ],
31       "source_files": "Source/BMPlayerLayerView.swift"
32     },
33     {
34       "name": "Full",
35       "source_files": [
36         "Source/*.swift",
37         "Source/Default/*"
38       ],
39       "resources": "Source/**/*.xcassets",
40       "frameworks": [
41         "UIKit",
42         "AVFoundation"
43       ],
44       "dependencies": {
45         "WWPlate/Core": [
47         ],
48         "SnapKit": [
49           "~> 5.6.0"
50         ],
51         "NVActivityIndicatorView": [
52           "~> 4.7.0"
53         ]
54       }
55     },
56     {
57       "name": "CacheSupport",
58       "source_files": [
59         "Source/*.swift",
60         "Source/CacheSupport/*"
61       ],
62       "resources": "Source/**/*.xcassets",
63       "frameworks": [
64         "UIKit",
65         "AVFoundation"
66       ],
67       "dependencies": {
68         "WWPlate/Core": [
70         ],
71         "SnapKit": [
72           "~> 5.6.0"
73         ],
74         "NVActivityIndicatorView": [
75           "~> 4.7.0"
76         ],
77         "VIMediaCache": [
79         ]
80       }
81     }
82   ],
83   "swift_version": "5"