blob: c64419600b191b3272ba37af7b34302a865776af [file] [log] [blame]
{
"name": "AZPinController",
"version": "0.1.9",
"summary": "Simple UIViewController for pin code entering",
"description": "AZPinController can be used for cases when you need to enter a pin code of various lengths",
"homepage": "https://github.com/kalmurzayev/AZPinController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kalmurzayev": "kalmurzayev@gmail.com"
},
"source": {
"git": "https://github.com/kalmurzayev/AZPinController.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AZPinController/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
]
}
}