blob: 7faa17f2024123a6f3af81ae3a7085de52546f5e [file] [log] [blame]
{
"name": "VRCoreKit",
"version": "2.0",
"summary": "Useful set of timesaving tools",
"homepage": "https://gitlab.com/voodoo-rocks/vrcorekit-swift.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Voodoo Rocks": "public@voodoo.rocks"
},
"source": {
"git": "https://gitlab.com/voodoo-rocks/vrcorekit-swift.git",
"branch": "develop",
"tag": "2.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "VRCoreKit/VR*.swift",
"frameworks": [
"Foundation",
"AVFoundation",
"UIKit"
],
"dependencies": {
"SDWebImage": [
"~> 4.0.0"
],
"Alamofire": [
"~> 4.3.0"
],
"PKHUD": [
"~> 4.2.0"
],
"ReactiveKit": [
"~> 3.5.4"
],
"Bond": [
"~> 6.2.6"
]
},
"pushed_with_swift_version": "3.0"
}