blob: 9f567fe72bc93004fad790c0a43693c5832a78ba [file] [log] [blame]
{
"name": "VCUIKit",
"version": "0.1.35",
"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.1.35"
},
"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": [
]
},
"pushed_with_swift_version": "4.0"
}