blob: f5ddf962dbcf41471f296e126e3345ad5cc8d3c8 [file] [log] [blame]
{
"name": "SuxiNumberInputView",
"version": "0.1.0",
"summary": "A simple custom number pad input view with a \"Done\" button.",
"requires_arc": true,
"description": "SuxiNumberInputView is a simple custom input view for UITextField and UITextView when you want to use number pad keyboard with a \"Done\" button.",
"homepage": "https://github.com/sadwx/SuxiNumberInputView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"simon.lin": "sadwx4017@gmail.com"
},
"source": {
"git": "https://github.com/sadwx/SuxiNumberInputView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SuxiNumberInputView/Classes/**/*",
"resources": "SuxiNumberInputView/**/*.xib",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.1.1"
}