[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / f / 8 / VGPlayer / 0.2.0 / VGPlayer.podspec.json
bloba23e6851cced74c317901e0c9dcbb5cc09eb22c8
2   "name": "VGPlayer",
3   "version": "0.2.0",
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   "pod_target_xcconfig": {
18     "SWIFT_VERSION": "4.0"
19   },
20   "source": {
21     "git": "https://github.com/VeinGuo/VGPlayer.git",
22     "tag": "0.2.0"
23   },
24   "source_files": [
25     "VGPlayer/Classes/*.*",
26     "VGPlayer/Classes/**/*.*"
27   ],
28   "resources": "VGPlayer/*.xcassets",
29   "requires_arc": true,
30   "dependencies": {
31     "SnapKit": [
32       "~> 4.0.0"
33     ]
34   },
35   "frameworks": [
36     "UIKit",
37     "AVFoundation",
38     "Foundation"
39   ],
40   "pushed_with_swift_version": "4.0"