blob: f2532ebe9526ecaa067616d3310f2c047d36ef11 [file] [log] [blame]
{
"name": "SwiftToolKit",
"version": "0.1.1",
"summary": "A collection of Swift utility classes and extensions.",
"description": " This library contains a collection of Swift utility functions and extensions to help\n make code cleaner and more readable.\n\n TypeTools contains a function to produce a hashable key from a\n type.\n\n UIButtonExtensions contains an extension to UIButton which adds a\n cornerRadius property which is configurable and designable through interface\n builder.\n\n UIColorExtensions contains an extension to UIColor which adds convenience\n initializers for RGB integer components and RGB hex values.\n\n UIImageViewExtensions contains an extension to UIImageView which adds an\n imageURL property. When set, this fetches the image asynchronously and sets it\n as the imageView's image propety.\n\n UIViewAutolayoutExtensions contains utility functions and an extension to\n UIView which simplify writing AutoLayout constraints.\n",
"homepage": "https://github.com/AttilaTheFun/SwiftToolKit",
"license": "MIT",
"authors": {
"Logan Shire": "logan.shire@gmail.com"
},
"source": {
"git": "https://github.com/AttilaTheFun/SwiftToolKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ToolKit": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}