[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 1 / b / HyperwalletUISDK / 1.0.0-beta04 / HyperwalletUISDK.podspec.json
blobf622a05dcc0103ed6993df77ee22ca8c27e19b46
2   "name": "HyperwalletUISDK",
3   "version": "1.0.0-beta04",
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": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/hyperwallet/hyperwallet-ios-ui-sdk.git",
18     "branch": "development"
19   },
20   "requires_arc": true,
21   "swift_versions": "5.0",
22   "dependencies": {
23     "HyperwalletSDK": [
24       "1.0.0-beta05"
25     ]
26   },
27   "default_subspecs": [
28     "TransferMethod",
29     "Receipt",
30     "Transfer"
31   ],
32   "swift_version": "5.0",
33   "testspecs": [
34     {
35       "name": "Tests",
36       "test_type": "unit",
37       "source_files": "**/Tests/**/*.swift",
38       "resources": "**/Tests/**/*.json",
39       "dependencies": {
40         "Hippolyte": [
41           "0.6.0"
42         ]
43       }
44     },
45     {
46       "name": "UITests",
47       "test_type": "unit",
48       "requires_app_host": true,
49       "source_files": "UITests/**/*.swift",
50       "resources": "UITests/**/*.json",
51       "dependencies": {
52         "Swifter": [
53           "1.4.6"
54         ]
55       }
56     }
57   ],
58   "subspecs": [
59     {
60       "name": "Common",
61       "resources": [
62         "Common/**/*.xcassets",
63         "Common/**/*.ttf",
64         "Common/**/*.xib",
65         "Common/**/*.strings"
66       ],
67       "source_files": "Common/Sources/**/*.{swift,h}",
68       "dependencies": {
69         "HyperwalletUISDK/UserRepository": [
71         ]
72       }
73     },
74     {
75       "name": "TransferMethodRepository",
76       "source_files": "TransferMethodRepository/Sources/**/*.{swift,h}"
77     },
78     {
79       "name": "ReceiptRepository",
80       "source_files": "ReceiptRepository/Sources/**/*.{swift,h}"
81     },
82     {
83       "name": "TransferRepository",
84       "source_files": "TransferRepository/Sources/**/*.{swift,h}"
85     },
86     {
87       "name": "UserRepository",
88       "source_files": "UserRepository/Sources/**/*.{swift,h}"
89     },
90     {
91       "name": "TransferMethod",
92       "source_files": "TransferMethod/Sources/**/*.{swift,h}",
93       "dependencies": {
94         "HyperwalletUISDK/Common": [
96         ],
97         "HyperwalletUISDK/UserRepository": [
99         ],
100         "HyperwalletUISDK/TransferMethodRepository": [
102         ]
103       }
104     },
105     {
106       "name": "Receipt",
107       "source_files": "Receipt/Sources/**/*.{swift,h}",
108       "dependencies": {
109         "HyperwalletUISDK/Common": [
111         ],
112         "HyperwalletUISDK/ReceiptRepository": [
114         ]
115       }
116     },
117     {
118       "name": "Transfer",
119       "source_files": "Transfer/Sources/**/*.{swift,h}",
120       "dependencies": {
121         "HyperwalletUISDK/Common": [
123         ],
124         "HyperwalletUISDK/UserRepository": [
126         ],
127         "HyperwalletUISDK/TransferRepository": [
129         ],
130         "HyperwalletUISDK/TransferMethodRepository": [
132         ]
133       }
134     }
135   ]