[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 1 / b / HyperwalletUISDK / 1.0.0-beta21 / HyperwalletUISDK.podspec.json
blob917454f138f21fb07896277c730532b72afc6acc
2   "name": "HyperwalletUISDK",
3   "version": "1.0.0-beta21",
4   "summary": "Hyperwallet UI SDK for iOS to integrate with Hyperwallet Platform",
5   "homepage": "https://github.com/hyperwallet/hyperwallet-ios-ui-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-ui-sdk.git",
18     "tag": "1.0.0-beta21"
19   },
20   "requires_arc": true,
21   "swift_versions": "5.0",
22   "dependencies": {
23     "HyperwalletSDK": [
24       "1.0.0-beta20"
25     ]
26   },
27   "resource_bundles": {
28     "HyperwalletUISDK": [
29       "PrivacyInfo.xcprivacy"
30     ]
31   },
32   "default_subspecs": [
33     "TransferMethod",
34     "Receipt",
35     "Transfer"
36   ],
37   "subspecs": [
38     {
39       "name": "Common",
40       "resources": [
41         "Common/Sources/Resources/*",
42         "Common/**/*.xib",
43         "Common/**/*.strings"
44       ],
45       "source_files": "Common/Sources/**/*.{swift,h}",
46       "dependencies": {
47         "Insights": [
48           "1.0.0-beta08"
49         ]
50       }
51     },
52     {
53       "name": "TransferMethodRepository",
54       "source_files": "TransferMethodRepository/Sources/**/*.{swift,h}"
55     },
56     {
57       "name": "ReceiptRepository",
58       "source_files": "ReceiptRepository/Sources/**/*.{swift,h}"
59     },
60     {
61       "name": "TransferRepository",
62       "source_files": "TransferRepository/Sources/**/*.{swift,h}"
63     },
64     {
65       "name": "UserRepository",
66       "source_files": "UserRepository/Sources/**/*.{swift,h}"
67     },
68     {
69       "name": "BalanceRepository",
70       "source_files": "BalanceRepository/Sources/**/*.{swift,h}"
71     },
72     {
73       "name": "TransferMethod",
74       "source_files": "TransferMethod/Sources/**/*.{swift,h}",
75       "dependencies": {
76         "HyperwalletUISDK/Common": [
78         ],
79         "HyperwalletUISDK/UserRepository": [
81         ],
82         "HyperwalletUISDK/TransferMethodRepository": [
84         ]
85       }
86     },
87     {
88       "name": "Receipt",
89       "source_files": "Receipt/Sources/**/*.{swift,h}",
90       "dependencies": {
91         "HyperwalletUISDK/Common": [
93         ],
94         "HyperwalletUISDK/ReceiptRepository": [
96         ],
97         "HyperwalletUISDK/TransferMethodRepository": [
99         ]
100       }
101     },
102     {
103       "name": "Transfer",
104       "source_files": "Transfer/Sources/**/*.{swift,h}",
105       "dependencies": {
106         "HyperwalletUISDK/Common": [
108         ],
109         "HyperwalletUISDK/UserRepository": [
111         ],
112         "HyperwalletUISDK/TransferRepository": [
114         ],
115         "HyperwalletUISDK/TransferMethodRepository": [
117         ],
118         "HyperwalletUISDK/BalanceRepository": [
120         ]
121       }
122     }
123   ],
124   "swift_version": "5.0"