blob: dd99d9f0b377532403c138983129326f9d31dbb2 [file] [log] [blame]
{
"name": "KUIKit",
"version": "1.3.0",
"summary": "KUIKit contains customisable UI components that are customisable via UIStoryboard.",
"description": "KUIKit contains customisable UI components like KView, KButton, KTextField, KCircularProgressbar, KProgressbar, etc. It also has some utility structures and functions.",
"homepage": "https://github.com/KalpeshTalkar/KUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kalpesh Talkar": "kalpeshtalkar@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/KalpeshTalkar/KUIKit.git",
"tag": "1.3.0"
},
"source_files": [
"KUIKit",
"KUIKit/**/*.{h,m,swift}"
],
"frameworks": [
"UIKit",
"QuartzCore"
]
}