[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 6 / e / 3 / LTHPasscodeViewController / 4.0.0 / LTHPasscodeViewController.podspec.json
blob26bb0e5ae4a53f78392ac69614276b9df3ccb984
2   "name": "LTHPasscodeViewController",
3   "version": "4.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.txt"
7   },
8   "authors": {
9     "Roland Leth": "roland@leth.ro"
10   },
11   "summary": "iOS 7 style Passcode Lock",
12   "description": "A lockscreen that mimics the one found in Settings -> Touch ID/Face ID & Passcode. Supports Touch ID/Face ID and simple(variable length)/complex passcodes.",
13   "homepage": "https://github.com/rolandleth/LTHPasscodeViewController",
14   "source": {
15     "git": "https://github.com/rolandleth/LTHPasscodeViewController.git",
16     "tag": "4.0.0"
17   },
18   "screenshots": [
19     "https://rolandleth.com/images/ios7-style-passcode/screenshot.png",
20     "https://rolandleth.com/images/ios7-style-passcode/change-passcode-screenshot.png"
21   ],
22   "source_files": "LTHPasscodeViewController/*.{h,m}",
23   "resources": "Localizations/**",
24   "frameworks": "QuartzCore",
25   "requires_arc": true,
26   "platforms": {
27     "ios": "10.3.0"
28   }