blob: c9a2bdb029dedd3770eb32ddd85810911171a22f [file] [log] [blame]
{
"name": "VRCoreKit",
"version": "2.3.12",
"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.3.12"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "VRCoreKit/VR*.swift",
"frameworks": [
"Foundation",
"AVFoundation",
"UIKit"
],
"dependencies": {
"SDWebImage": [
"~> 4.0"
],
"Alamofire": [
"~> 4.5.1"
],
"PKHUD": [
"~> 5.0.0"
],
"Differ": [
"1.0.2"
],
"Bond": [
"~> 6.5.0"
]
}
}