blob: d060cc41deb289d09db79708490312c98f2dff9b [file] [log] [blame]
{
"name": "VGPlayer",
"version": "0.1.1",
"summary": "A simple iOS video player in Swift",
"description": "A simple iOS video player in Swift by Vein.",
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"homepage": "https://github.com/VeinGuo/VGPlayer",
"authors": {
"VeinGuo": "https://github.com/VeinGuo"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/VeinGuo/VGPlayer.git",
"tag": "0.1.1"
},
"source_files": [
"VGPlayer/Classes/*.*",
"VGPlayer/Classes/**/*.*"
],
"resources": "VGPlayer/*.xcassets",
"requires_arc": true,
"dependencies": {
"SnapKit": [
"~> 3.2.0"
]
},
"frameworks": [
"UIKit",
"AVFoundation",
"Foundation"
],
"pushed_with_swift_version": "3.0"
}