blob: 6cb9346194742fe75151bde7063c049620fa8052 [file] [log] [blame]
{
"name": "NumericPicker",
"version": "1.1.0",
"summary": "iOS picker for easily selecting numbers by digit.",
"swift_version": "4.2",
"description": "NumericPicker is a drop-in iOS picker control written in Swift. It makes simplifies the creation of pickers that allow\nyour users to specify numbers by digit. It automatically uses the proper grouping and decimal separator for the\ncurrent (or specified) locale. You can easily dictate the number of integer and decimal places in the controller.",
"homepage": "https://github.com/MattLewin/NumericPicker",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Matt Lewin": "matt@mogroups.com"
},
"source": {
"git": "https://github.com/MattLewin/NumericPicker.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/mlewin72",
"platforms": {
"ios": "12"
},
"source_files": "Sources",
"frameworks": "UIKit"
}