[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 5 / 4 / RZTouchID / 1.1.0 / RZTouchID.podspec.json
blobf419ecb70d968275f2bf22c4a99de0e128a37f13
2   "name": "RZTouchID",
3   "version": "1.1.0",
4   "summary": "A simple API for using TouchID to store and retrieve passwords from the keychain.",
5   "description": "                       Provides an interface to add/remove passwords in the keychain, and retrieve them using TouchID. Provides support for passcode and password fallback options.\n",
6   "homepage": "https://github.com/Raizlabs/RZTouchID",
7   "license": "MIT",
8   "authors": {
9     "Adam Howitt": "adam.howitt@raizlabs.com"
10   },
11   "social_media_url": "https://twitter.com/raizlabs",
12   "source": {
13     "git": "https://github.com/Raizlabs/RZTouchID.git",
14     "tag": "1.1.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "RZTouchID",
21   "frameworks": [
22     "UIKit",
23     "LocalAuthentication"
24   ]