[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 0 / BMPlayer / 0.8.4 / BMPlayer.podspec.json
blob42f814e49231abe8a9067f1862cecbab37381aef
2   "name": "BMPlayer",
3   "version": "0.8.4",
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.4"
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": "Source/*",
33       "resources": "Source/**/*.xcassets",
34       "frameworks": [
35         "UIKit",
36         "AVFoundation"
37       ],
38       "dependencies": {
39         "BMPlayer/Core": [
41         ],
42         "SnapKit": [
43           "~> 3.2"
44         ],
45         "NVActivityIndicatorView": [
46           "~> 3.5"
47         ]
48       }
49     }
50   ]