blob: e063a88e67b807845ca4d128fda67ff3da87e1e6 [file] [log] [blame]
{
"name": "WGLiSwiftUI",
"version": "0.1.0",
"summary": "A collection of UI Widgets that either extend, subclass, or work in compliment to Apple's UIKit",
"description": "A collection of UI Widgets that either extend, subclass, or work in compliment to Apple's UIKit.\n\nSubclasses are as follows:\n*UILabel -> WGLiLabel\n*UITableView -> WGLiTableView\n*UITableViewCell -> WGLiTableViewCell\n*UITextField -> WGLiTextField\n*UITextView -> WGLiTextView\n*UIImageView -> WGLiImageView\n*UIButton -> WGLiButton\n\nExtensions are as follows:\n*UIView\nUIColor\n\nCompliment Classes are as follows:\nN/A yet\n\n*To Be Added",
"homepage": "https://github.com/rwolande/WGLiSwiftUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ryan Michael Wolande": "hi@ryanwolande.com"
},
"source": {
"git": "https://github.com/rwolande/WGLiSwiftUI.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WGLiSwiftUI/UIColorExtension.swift",
"pushed_with_swift_version": "3.0",
"deprecated": true
}