[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 2 / f / WibmoAuthenticator / 1.0.0 / WibmoAuthenticator.podspec.json
blobebbfd2ddf523e627ab9f765bc783e1bc9ec87e0a
2   "name": "WibmoAuthenticator",
3   "version": "1.0.0",
4   "summary": "WibmoAuthenticator provides payment authentication solution to Apps.",
5   "description": "The SDK provides payment authentication solution to Apps with features such as offline OTP, push notification.",
6   "homepage": "https://git.enstage-sas.com/iOS_AuthApp/Authenticator.git",
7   "authors": {
8     "Wibmo Inc": "ios@wibmo.com"
9   },
10   "source": {
11     "git": "https://git.enstage-sas.com/iOS_AuthApp/Authenticator.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": "5.0",
18   "license": {
19     "type": "Apache 2.0",
20     "file": "LICENSE"
21   },
22   "vendored_frameworks": "WibmoAuthenticator.framework",
23   "frameworks": [
24     "CoreTelephony",
25     "Security",
26     "UIKit",
27     "UserNotifications",
28     "MessageUI"
29   ],
30   "dependencies": {
31     "Alamofire": [
32       "~> 4.8.0"
33     ],
34     "PSOperations/Core": [
35       "~> 4.2.0"
36     ],
37     "CryptoSwift": [
38       "~> 1.0.0"
39     ],
40     "KeychainSwift": [
41       "~> 16.0.0"
42     ],
43     "SwiftyRSA": [
44       "~> 1.5.0"
45     ],
46     "PKHUD": [
47       "~> 5.2.1"
48     ],
49     "SwiftOTP": [
50       "~> 1.0.0"
51     ],
52     "RNCryptor": [
53       "~> 5.0"
54     ]
55   },
56   "swift_version": "5.0"