[Add] FishjamCloudClient 0.6.0
[CocoaPods.git] / Specs / c / 4 / 7 / DYFAuthIDAndGestureLock / 1.1.0 / DYFAuthIDAndGestureLock.podspec.json
blobe1341d9ff7683bb658ee53ca9e8d0e4e9ca7ae37
2   "name": "DYFAuthIDAndGestureLock",
3   "version": "1.1.0",
4   "summary": "Gesture passcode and TouchID/FaceID unlocking.",
5   "description": "Gesture passcode unlocking and TouchID (fingerprint) / FaceID (facial features) unlocking, its code is concise and efficient.",
6   "homepage": "https://github.com/itenfay/DYFAuthIDAndGestureLock",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tenfay": "hansen981@126.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/itenfay/DYFAuthIDAndGestureLock.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "Classes/**/*.{h,m}",
22   "public_header_files": "Classes/**/*.h",
23   "resources": "Resource/*.bundle",
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "LocalAuthentication",
28     "QuartzCore"
29   ],
30   "requires_arc": true