[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / f / 8 / VGPlayer / 0.0.1 / VGPlayer.podspec.json
blobd95df3a5c6acb52ee4839a396980903fa7f0b2a0
2   "name": "VGPlayer",
3   "version": "0.0.1",
4   "summary": "A simple iOS video player in Swift",
5   "description": "A simple iOS video player in Swift by Vein.",
6   "license": {
7     "type": "MIT License",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/VeinGuo/VGPlayer",
11   "authors": {
12     "VeinGuo": "https://github.com/VeinGuo"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/VeinGuo/VGPlayer.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "VGPlayer/Classes/*.*",
22   "resources": "VGPlayer/*.xcassets",
23   "requires_arc": true,
24   "dependencies": {
25     "SnapKit": [
26       "~> 3.2.0"
27     ]
28   },
29   "frameworks": [
30     "UIKit",
31     "AVFoundation",
32     "Foundation"
33   ],
34   "pushed_with_swift_version": "3.0"