[Delete] TapjoySDK 14.2.0
[CocoaPods.git] / Specs / c / 4 / 7 / DYFAuthIDAndGestureLock / 1.0.1 / DYFAuthIDAndGestureLock.podspec.json
blob7237adbb4fa0e69b9a748aab6c7794d0c98dfcf4
2   "name": "DYFAuthIDAndGestureLock",
3   "version": "1.0.1",
4   "summary": "Gesture passcode and TouchID/FaceID unlocking.",
5   "description": "Gesture passcode unlocking and TouchID (fingerprint) / FaceID (facial features) unlocking, concise code and efficient.",
6   "homepage": "https://github.com/dgynfi/DYFAuthIDAndGestureLock",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dyf": "vinphy.teng@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/dgynfi/DYFAuthIDAndGestureLock.git",
19     "tag": "1.0.1"
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