[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 6 / 0 / BMPlayer / 1.3.1 / BMPlayer.podspec.json
blob1e07bf13a5044b774aea9d7306a7f4c9d597e5c4
2   "name": "BMPlayer",
3   "version": "1.3.1",
4   "summary": "Video Player Using Swift, based on AVPlayer",
5   "swift_versions": "5.0",
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/BrikerMan/BMPlayer.git",
14     "tag": "1.3.1"
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         "BMPlayer/Core": [
47         ],
48         "SnapKit": [
49           "~> 5.0.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         "BMPlayer/Core": [
70         ],
71         "SnapKit": [
72           "~> 5.0.0"
73         ],
74         "NVActivityIndicatorView": [
75           "~> 4.7.0"
76         ],
77         "VIMediaCache": [
79         ]
80       }
81     }
82   ],
83   "swift_version": "5.0"