blob: 7087e413f05f9576cc6ad1159ddc170130e12a67 [file] [log] [blame]
{
"name": "SAPinViewController",
"version": "0.2.0",
"summary": "Simple, easy to use and fully customisable PIN Screen",
"description": "Simple and easy to use default iOS PIN screen. This simple library allows you to draw a fully customisable PIN screen same as the iOS default PIN view.\nMy inspiration to create this library was form [THPinViewController](https://github.com/antiraum/THPinViewController), however ```SAPinViewController``` is completely implemented in ```Swift```. Also the main purpose of creating this library was to have simple, easy to use and fully customisable PIN screen.",
"homepage": "https://github.com/siavashalipour/SAPinViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Siavash": "siavash@siavashalipour.com"
},
"source": {
"git": "https://github.com/siavashalipour/SAPinViewController.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SAPinViewController/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
]
}
}