blob: 966ad0e2965c70c74e68b045d361dcf6cbfc8f16 [file] [log] [blame]
{
"name": "KUIKit",
"version": "1.0.1",
"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"
},
"source": {
"git": "https://github.com/KalpeshTalkar/KUIKit.git",
"tag": "1.0.1"
},
"source_files": [
"KUIKit",
"KUIKit/**/*.{h,m,swift}"
]
}