blob: 1f073771180d04b0311b72fc53e7c7209a341f15 [file] [log] [blame]
{
"name": "AZPinController",
"version": "0.2.5",
"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.2.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AZPinController/Classes/**/*",
"swift_version": "4.2",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"4.2.0"
]
}
}