blob: 0ccbedcce34af51ead9253fb817c05cca554f981 [file] [log] [blame]
{
"name": "WinkKit",
"version": "0.5.7",
"summary": "Base UIKit classes with more features and MVP/Viper implementation.",
"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.\nMorover, it follows a kind of MVP/Viper architecture implementation.",
"homepage": "https://github.com/WINKgroup/WinkKit",
"license": {
"type": "MIT",
"file": "WinkKit/LICENSE"
},
"authors": {
"Rico Crescenzio": "rico.crescenzio@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/WINKgroup/WinkKit.git",
"tag": "0.5.7"
},
"source_files": "WinkKit/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"AlamofireImage": [
"~> 3.2"
],
"Argo": [
],
"Runes": [
],
"Curry": [
],
"DateTools": [
]
},
"pushed_with_swift_version": "echo \"4.0\" > .swift-version"
}