[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 4 / 6 / 0 / BMPlayer / 0.8.7 / BMPlayer.podspec.json
blob364ab8bff351203bc9727832b097ca92db850781
2   "name": "BMPlayer",
3   "version": "0.8.7",
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.8.7"
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   ]