blob: 0af94b961c36cc16eb5f945b9bc12b5fdd652421 [file] [log] [blame]
{
"name": "VRCoreKit",
"version": "2.1.1",
"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.1.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "VRCoreKit/VR*.swift",
"frameworks": [
"Foundation",
"AVFoundation",
"UIKit"
],
"dependencies": {
"SDWebImage": [
"~> 4.1.0"
],
"Alamofire": [
"~> 4.5.1"
],
"PKHUD": [
"~> 4.2.3"
],
"ReactiveKit": [
"~> 3.6.2"
],
"Bond": [
"~> 6.3.0"
]
},
"pushed_with_swift_version": "3.0"
}