blob: 07598197ac93242eff23381b63a2cecd15049257 [file] [log] [blame]
{
"name": "NumericKeyboard",
"version": "1.3.0",
"summary": "NumericKeyboard is a input view for UITextField & UITextView that shows a numeric entry keyboard on iPad.",
"description": "This keyboard view is intended to replace the default keyboard on iPad for entering numerical values.\nAs the default keyboard on iPad still shows all keys even for numerical entry modes, this keyboard only focuses on numeric keys.",
"homepage": "https://github.com/marcjordant/NumericKeyboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marc Jordant": "marcjordant@gmail.com"
},
"source": {
"git": "https://github.com/marcjordant/NumericKeyboard.git",
"tag": "1.3.0"
},
"screenshots": "https://github.com/marcjordant/NumericKeyboard/blob/master/example.png?raw=true",
"social_media_url": "https://twitter.com/marcjordant",
"platforms": {
"ios": "8.0"
},
"source_files": "NumericKeyboard/Classes/**/*",
"resource_bundles": {
"NumericKeyboard": [
"NumericKeyboard/Assets/**/*",
"NumericKeyboard/Resources/**/*"
]
},
"pushed_with_swift_version": "3.0"
}