blob: ea0e976c1e71c4841d42c1cfd0eab22d0cc4782a [file] [log] [blame]
{
"name": "THPinViewController",
"version": "1.2.5",
"summary": "iOS 7 Style PIN Screen for iPhone and iPad",
"description": "* Has iPhone portrait and iPad portrait and landscape layouts\n* Supports variable PIN lengths\n* Buttons can show numbers and letters or only numbers\n* Background and tint colors as well as text and color of the prompt can be customized\n* Supports solid color and translucent/blurred background",
"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.5"
},
"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"
]
}