blob: db2be351831d6753f13e81f92e9989aef9123dce [file] [log] [blame]
{
"name": "SAPinViewController",
"version": "0.1.0",
"summary": "Simple, easy to use and fully customisable PIN Screen",
"description": "Swifty PIN view for iOS.\nSimple and easy to use iOS 7 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 completyly implemented in ```Swift 2.2```. 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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SAPinViewController/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
]
}
}