blob: d000e891904dc09a1f031af6fd1c182b017634a5 [file] [log] [blame]
{
"name": "QUIckControl",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "QUIckControl/**/*",
"frameworks": "UIKit",
"dependencies": {
"Statable": [
]
}
}