[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 3 / 5 / HyperwalletSDK / 1.0.0-beta20 / HyperwalletSDK.podspec.json
blob06f9fdd542d02729c82f653cf67f434f77fdb830
2   "name": "HyperwalletSDK",
3   "version": "1.0.0-beta20",
4   "summary": "Hyperwallet Core SDK for iOS to integrate with Hyperwallet Platform",
5   "homepage": "https://github.com/hyperwallet/hyperwallet-ios-sdk",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Hyperwallet Systems Inc": "devsupport@hyperwallet.com"
12   },
13   "platforms": {
14     "ios": "13.0"
15   },
16   "source": {
17     "git": "https://github.com/hyperwallet/hyperwallet-ios-sdk.git",
18     "tag": "1.0.0-beta20"
19   },
20   "source_files": "Sources/**/*.swift",
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "resource_bundles": {
24     "HyperwalletSDK": [
25       "Sources/PrivacyInfo.xcprivacy"
26     ]
27   },
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": "Tests/**/*.swift",
33       "resources": "Tests/**/*.json",
34       "dependencies": {
35         "Hippolyte": [
37         ]
38       }
39     }
40   ],
41   "swift_version": "5.0"