[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 6 / 0 / BMPlayer / 0.9.1 / BMPlayer.podspec.json
blobfd73b14087162590fe13d6514cba11f2e556fd96
2   "name": "BMPlayer",
3   "version": "0.9.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": "0.9.1"
14   },
15   "social_media_url": "http://weibo.com/536445669",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "default_subspecs": "Full",
20   "pushed_with_swift_version": "3.0",
21   "subspecs": [
22     {
23       "name": "Core",
24       "frameworks": [
25         "UIKit",
26         "AVFoundation"
27       ],
28       "source_files": "Source/BMPlayerLayerView.swift"
29     },
30     {
31       "name": "Full",
32       "source_files": [
33         "Source/*.swift",
34         "Source/Default/*"
35       ],
36       "resources": "Source/**/*.xcassets",
37       "frameworks": [
38         "UIKit",
39         "AVFoundation"
40       ],
41       "dependencies": {
42         "BMPlayer/Core": [
44         ],
45         "SnapKit": [
46           "~> 3.2"
47         ],
48         "NVActivityIndicatorView": [
49           "~> 3.5"
50         ]
51       }
52     },
53     {
54       "name": "CacheSupport",
55       "source_files": [
56         "Source/*.swift",
57         "Source/CacheSupport/*"
58       ],
59       "resources": "Source/**/*.xcassets",
60       "frameworks": [
61         "UIKit",
62         "AVFoundation"
63       ],
64       "dependencies": {
65         "BMPlayer/Core": [
67         ],
68         "SnapKit": [
69           "~> 3.2"
70         ],
71         "NVActivityIndicatorView": [
72           "~> 3.5"
73         ],
74         "VIMediaCache": [
76         ]
77       }
78     }
79   ]