blob: cf35fe76468145ee4664c1a67ba7827afe92952f [file] [log] [blame]
{
"name": "THPinViewController",
"version": "1.2.4",
"summary": "iOS 7 Style PIN Screen for iPhone and iPad",
"description": "\t\t\t\t * Has iPhone portrait and iPad portrait and landscape layouts\n\t\t\t\t * Supports variable PIN lengths\n\t\t\t\t * Buttons can show numbers and letters or only numbers\n\t\t\t\t * Background and tint colors as well as text and color of the prompt can be customized\n\t\t\t\t * Supports solid color and translucent/blurred background\n",
"homepage": "https://github.com/antiraum/THPinViewController",
"license": "MIT",
"authors": {
"Thomas Heß": "mail@thomashess.name"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/antiraum/THPinViewController.git",
"tag": "1.2.4"
},
"source_files": "THPinViewController/*.{h,m}",
"resources": "THPinViewController/*.bundle",
"requires_arc": true,
"screenshots": [
"https://raw.githubusercontent.com/antiraum/THPinViewController/master/THPinViewController_iphone_4inch.png",
"https://raw.githubusercontent.com/antiraum/THPinViewController/master/THPinViewController_iphone_3-5inch.png",
"https://raw.githubusercontent.com/antiraum/THPinViewController/master/THPinViewController_ipad.png",
"https://raw.githubusercontent.com/antiraum/THPinViewController/master/THPinViewController_translucent_background.png"
]
}