[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / e / 1 / LocalAuthenticator / 0.1.0 / LocalAuthenticator.podspec.json
blobdec4c2d00749b85b161626f1705a264c85b31bb2
2   "name": "LocalAuthenticator",
3   "version": "0.1.0",
4   "summary": "Simple swift class to provide all the functionality to implement LocalAuthentication.",
5   "swift_versions": "4.2",
6   "description": "\"LocalAuthenticator provides you all the required methods to easily implement LocalAuthentication Framework, using some convenience methods to check if Face/Touch ID is available, and configured. You can also store your credentials in Userdefaults.\"",
7   "homepage": "https://github.com/MrJai/LocalAuthenticator",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "MrJai": "junaid.rehmat.rana@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/MrJai/LocalAuthenticator.git",
17     "tag": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/rana_jai",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "LocalAuthenticator/Classes/**/*",
24   "frameworks": [
25     "Foundation",
26     "LocalAuthentication"
27   ],
28   "swift_version": "4.2"