[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / a / 2 / FRAuthenticator / 3.1.1 / FRAuthenticator.podspec.json
blobea702dd56f06d0af1d7f3292c15546a53cae4375
2   "name": "FRAuthenticator",
3   "version": "3.1.1",
4   "summary": "ForgeRock OTP/Push Authentication SDK for iOS",
5   "description": "FRAuthenticator is a SDK that allows you easily and quickly develop an application with ForgeRock Platform for OATH and Push Authentication with AM. FRAuthenticator SDK provides interfaces and functionalities of HMAC-based OTP, Time-based OTP, Push Registration and Authentication with AM.",
6   "homepage": "https://www.forgerock.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "ForgeRock",
12   "source": {
13     "git": "https://github.com/ForgeRock/forgerock-ios-sdk.git",
14     "tag": "3.1.1"
15   },
16   "module_name": "FRAuthenticator",
17   "swift_versions": [
18     "5.0",
19     "5.1"
20   ],
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": [
25     "FRAuthenticator/FRAuthenticator/**/*.swift",
26     "FRAuthenticator/FRAuthenticator/**/*.c",
27     "FRAuthenticator/FRAuthenticator/**/*.h"
28   ],
29   "ios": {
30     "dependencies": {
31       "FRCore": [
32         "~> 3.1.1"
33       ]
34     }
35   },
36   "swift_version": "5.1"