[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 4 / b / 8 / THPinViewController / 1.2.5 / THPinViewController.podspec.json
blobea0e976c1e71c4841d42c1cfd0eab22d0cc4782a
2   "name": "THPinViewController",
3   "version": "1.2.5",
4   "summary": "iOS 7 Style PIN Screen for iPhone and iPad",
5   "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",
6   "homepage": "https://github.com/antiraum/THPinViewController",
7   "license": "MIT",
8   "authors": {
9     "Thomas Heß": "mail@thomashess.name"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/antiraum/THPinViewController.git",
16     "tag": "1.2.5"
17   },
18   "source_files": "THPinViewController/*.{h,m}",
19   "resources": "THPinViewController/*.bundle",
20   "requires_arc": true,
21   "screenshots": [
22     "https://raw.githubusercontent.com/antiraum/THPinViewController/master/THPinViewController_iphone_4inch.png",
23     "https://raw.githubusercontent.com/antiraum/THPinViewController/master/THPinViewController_iphone_3-5inch.png",
24     "https://raw.githubusercontent.com/antiraum/THPinViewController/master/THPinViewController_ipad.png",
25     "https://raw.githubusercontent.com/antiraum/THPinViewController/master/THPinViewController_translucent_background.png"
26   ]