blob: 01434cc08856f569907ef4e07aa3063e87a0ef02 [file] [log] [blame]
{
"name": "DigitView",
"version": "1.0.3",
"summary": "A simple UIView subclass that takes numbers as input in separate UITextFields.",
"description": "UIView subclass that wraps separate UITextFields to create a custom digit input view. The delegate method didFinishInput(_ input: String) should be added to the view controller containing the digit view. The method will get called when the user has inserted a digit into every input field in the digit view.",
"homepage": "https://github.com/oyvinddd/digitview",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Øyvind Hauge": "oyvind.s.hauge@gmail.com"
},
"source": {
"git": "https://github.com/oyvinddd/digitview.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "12.0"
},
"source_files": "Source/**/*.swift",
"swift_versions": "5.0",
"swift_version": "5.0"
}