blob: 2f3d95975c849c4aec86af86d05c1405be819aa3 [file] [log] [blame]
{
"name": "WinkKit",
"version": "0.2.0",
"summary": "Base UIKit classes with more features.",
"description": "This framework have a set of UIKit subclasses to improve their implementation; \nit has been written to create a guideline for Wink's projects and to have some common\nbehaviours: for example `UIView` is sublcassed to provide more control in InterfaceBuilder.",
"homepage": "https://github.com/WINKgroup/WinkKit",
"license": {
"type": "MIT",
"file": "WinkKit/LICENSE"
},
"authors": {
"Rico Crescenzio": "rico.crescenzio@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/WINKgroup/WinkKit.git",
"tag": "0.2.0"
},
"source_files": "WinkKit/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"AlamofireImage": [
"~> 3.1"
],
"Argo": [
],
"Runes": [
],
"Curry": [
],
"UIColor_Hex_Swift": [
"~> 3.0.2"
],
"DateTools": [
]
},
"pushed_with_swift_version": "3.0"
}