blob: 85bfa21fa446a0350bf3d3538a6e63076f3a5353 [file] [log] [blame]
{
"name": "KSNumericTextField",
"version": "1.0.0",
"summary": "text field that only accept numeric value.",
"description": "KSNumericTextField is a simple to use text field that only accept numeric value. You can also specify the maximum number of integer digits and faction digits using storyboard or code.",
"homepage": "https://github.com/LeeKahSeng/KSNumericTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lee Kah Seng": "kahseng.lee123@gmail.com"
},
"source": {
"git": "https://github.com/LeeKahSeng/KSNumericTextField.git",
"tag": "1.0.0",
"branch": "master"
},
"swift_version": "4.2",
"platforms": {
"ios": "11.2"
},
"source_files": "KSNumericTextField/KSNumericTextField/Sources/*.swift"
}