[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / f / 8 / VGPlayer / 0.1.5 / VGPlayer.podspec.json
blob5ed89127854331dd4d9866d293e4343d984dd734
2   "name": "VGPlayer",
3   "version": "0.1.5",
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.1.5"
20   },
21   "source_files": [
22     "VGPlayer/Classes/*.*",
23     "VGPlayer/Classes/**/*.*"
24   ],
25   "resources": "VGPlayer/*.xcassets",
26   "requires_arc": true,
27   "dependencies": {
28     "SnapKit": [
29       "~> 3.2.0"
30     ]
31   },
32   "frameworks": [
33     "UIKit",
34     "AVFoundation",
35     "Foundation"
36   ],
37   "pushed_with_swift_version": "3.0"