[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 6 / 0 / BMPlayer / 1.2.1 / BMPlayer.podspec.json
blob35baa30e4d5403e40871780a36eb4b11b74b2c3c
2   "name": "BMPlayer",
3   "version": "1.2.1",
4   "summary": "Video Player Using Swift, based on AVPlayer",
5   "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.",
6   "homepage": "https://github.com/BrikerMan/BMPlayer",
7   "license": "MIT",
8   "authors": {
9     "Eliyar Eziz": "eliyar917@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/BrikerMan/BMPlayer.git",
13     "tag": "1.2.1"
14   },
15   "social_media_url": "http://weibo.com/536445669",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "4.2"
21   },
22   "default_subspecs": "Full",
23   "subspecs": [
24     {
25       "name": "Core",
26       "frameworks": [
27         "UIKit",
28         "AVFoundation"
29       ],
30       "source_files": "Source/BMPlayerLayerView.swift"
31     },
32     {
33       "name": "Full",
34       "source_files": [
35         "Source/*.swift",
36         "Source/Default/*"
37       ],
38       "resources": "Source/**/*.xcassets",
39       "frameworks": [
40         "UIKit",
41         "AVFoundation"
42       ],
43       "dependencies": {
44         "BMPlayer/Core": [
46         ],
47         "SnapKit": [
48           "~> 4.2.0"
49         ],
50         "NVActivityIndicatorView": [
51           "~> 4.6.1"
52         ]
53       }
54     },
55     {
56       "name": "CacheSupport",
57       "source_files": [
58         "Source/*.swift",
59         "Source/CacheSupport/*"
60       ],
61       "resources": "Source/**/*.xcassets",
62       "frameworks": [
63         "UIKit",
64         "AVFoundation"
65       ],
66       "dependencies": {
67         "BMPlayer/Core": [
69         ],
70         "SnapKit": [
71           "~> 4.2.0"
72         ],
73         "NVActivityIndicatorView": [
74           "~> 4.6.1"
75         ],
76         "VIMediaCache": [
78         ]
79       }
80     }
81   ]