blob: 032dcf94b23340375fc5bb60816e38aa837a35e9 [file] [log] [blame]
{
"name": "NumericalTextEntry",
"version": "0.1.2",
"summary": "A text field that specializes in numeric input.",
"description": "NumericalTextEntry is a specialized view that allows for numeric input. Input text is first formatted using an input NumberFormatter then displayed using a custom NumberDisplayer.",
"homepage": "https://github.com/Chris-Perkins/NumericalTextEntry",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chrisfromtemporaryid@gmail.com": "chrisfromtemporaryid@gmail.com"
},
"source": {
"git": "https://github.com/Chris-Perkins/NumericalTextEntry.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "NumericalTextEntry/Classes/**/*",
"dependencies": {
"ClingConstraints": [
"~> 1.0.1"
],
"PrettyButtons": [
"~> 0.1.0"
]
}
}