blob: 1beb23afc6a8a51bde9054f4b73e4826275d2f79 [file] [log] [blame]
{
"name": "SAPinViewController",
"version": "0.1.1",
"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.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SAPinViewController/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
]
}
}