blob: 6b3bd3b0ec20a81a47ef5e6236363d0f319627ea [file] [log] [blame]
{
"name": "CBPinEntryView",
"version": "1.5.3",
"summary": "A view for entering arbitrary length numerical pins or codes written in Swift 4.0.",
"description": "This view allows a user to enter a pin or code (for security/mobile verification etc) of any length. It allows deletion, continuation, secure entry, and allows you to get the entire entered code as a single String or Int without having to join Strings from multiple text fields. It's fast, looks nice (I think) and is customisable! Requires iOS 9+.",
"homepage": "https://github.com/Fawxy/CBPinEntryView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Byatt": "byatt.chris@gmail.com"
},
"source": {
"git": "https://github.com/Fawxy/CBPinEntryView.git",
"tag": "1.5.3"
},
"social_media_url": "https://twitter.com/ChrisByatt",
"platforms": {
"ios": "9.0"
},
"source_files": "CBPinEntryView/Classes/**/*"
}