blob: 42c6f96b32caf6c11d79d5c3cab5a4bd6977041b [file] [log] [blame]
{
"name": "CBPinEntryView",
"version": "1.6.1",
"summary": "A view for entering arbitrary length pins, codes or passwords written in Swift 4.2. Supports one time codes.",
"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.6.1"
},
"social_media_url": "https://twitter.com/ChrisByatt",
"platforms": {
"ios": "9.0"
},
"source_files": "CBPinEntryView/Classes/**/*"
}