blob: f8825917e8a3b314c4c8b3f0ecf4bb724be3c2d7 [file] [log] [blame]
{
"name": "VCUIKit",
"version": "0.3.0",
"summary": "A collection of classes and extensions written in Swift 4 to help you optimize your time when developing iOS applications.",
"description": "This is a collection of classes and extensions written in Swift 4 to help you optimize your time when developing iOS applications. All the code was done by me, so please if you think you can contribute, lets share some thoughts!\n\nWhen I get some time I will update the Wiki page with detailed description of each class / method.",
"homepage": "https://github.com/ripventura/VCUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ripventura": "vitorcesco@gmail.com"
},
"source": {
"git": "https://github.com/ripventura/VCUIKit.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "VCUIKit/Classes/**/*",
"dependencies": {
"SwiftMessages": [
"~> 4.0.0"
],
"SnapKit": [
"~> 4.0.0"
],
"FCAlertView": [
"~> 1.4"
],
"SVProgressHUD": [
"~> 2.2.1"
],
"VCSwiftToolkit": [
" ~> 0.1.7"
]
},
"pushed_with_swift_version": "4.0"
}