blob: 8a365531ae0980048c6123f380115fe95c084b0a [file] [log] [blame]
{
"name": "QUIckControl",
"version": "0.1.0",
"summary": "UIControl wrapper for quick implementation controls.",
"description": "Base class for quick implementation UIControl subclass based on standard(enabled, highlighted, selected) and custom states. Implementation based on KVC.",
"homepage": "https://github.com/k-o-d-e-n/QUIckControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Koryttsev": "koden.u8800@gmail.com"
},
"source": {
"git": "https://github.com/k-o-d-e-n/QUIckControl.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "QUIckControl/**/*",
"frameworks": "UIKit",
"dependencies": {
"Statable": [
]
},
"pushed_with_swift_version": "3.0"
}