[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 0 / BMPlayer / 0.8.3 / BMPlayer.podspec.json
blob6bbf47e0ea7316e1ae794f8d5ae72f970c9a2f08
2   "name": "BMPlayer",
3   "version": "0.8.3",
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.3"
14   },
15   "social_media_url": "http://weibo.com/536445669",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "BMPlayer/Classes/**/*",
20   "resources": "BMPlayer/**/*.xcassets",
21   "frameworks": [
22     "UIKit",
23     "AVFoundation"
24   ],
25   "dependencies": {
26     "SnapKit": [
27       "~> 3.2"
28     ],
29     "NVActivityIndicatorView": [
30       "~> 3.5"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"