[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 4 / 6 / 0 / BMPlayer / 0.2.0 / BMPlayer.podspec.json
blob03013e853882a229bdafa1a82055ba96c065914c
2   "name": "BMPlayer",
3   "version": "0.2.0",
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.2.0"
14   },
15   "social_media_url": "http://weibo.com/536445669",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "BMPlayer/Classes/**/*",
20   "resource_bundles": {
21     "BMPlayer": [
22       "BMPlayer/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "AVFoundation"
28   ],
29   "dependencies": {
30     "SnapKit": [
32     ],
33     "NVActivityIndicatorView": [
34       "~> 2.6"
35     ]
36   }