blob: 16d373a70d06af27dd5dbaa83eb0b8970d2fd881 [file] [log] [blame]
{
"name": "PinEntryView",
"version": "4.0.0",
"screenshots": "https://user-images.githubusercontent.com/2835199/36484248-9eb1673e-16e6-11e8-82af-75dc08539b5a.png",
"summary": "PinEntryView is a customizable view written in Swift that can be used to confirm alphanumeric pins.",
"description": "PinEntryView is a customizable view written in Swift that can be used to confirm alphanumeric pins. Use cases include typing ACCEPT after reviewing Terms of Service and setting or confirming a passcode.\n\nFeatures:\n- Supports AutoLayout and has intrinsic size. Optionally set a height to make the boxes taller or a width to add more inner spacing between boxes.\n- Fully configurable in Interface Builder (supports @IBDesignable and @IBInspectable) and code.\n- Customizable for many different use cases.\n- Example app to demonstrate the various configurations.",
"homepage": "https://github.com/StockX/PinEntryView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeff Burt": "jburt1992@gmail.com"
},
"source": {
"git": "https://github.com/StockX/PinEntryView.git",
"tag": "4.0.0"
},
"social_media_url": "https://twitter.com/jeffburtjr",
"platforms": {
"ios": "8.0"
},
"source_files": "PinEntryView/Classes/**/*",
"pushed_with_swift_version": "4.0"
}