[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / d / 1 / b / HyperwalletUISDK / 1.0.0-beta02 / HyperwalletUISDK.podspec.json
blob14df3dc36316c8acf83f5e4493c4e2aa14835e43
2   "name": "HyperwalletUISDK",
3   "version": "1.0.0-beta02",
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     "tag": "1.0.0-beta02"
19   },
20   "source_files": "Sources/**/*.{swift,h,strings,xib}",
21   "requires_arc": true,
22   "swift_version": "4.2",
23   "resources": [
24     "Sources/**/*.xcassets",
25     "Sources/**/*.ttf"
26   ],
27   "dependencies": {
28     "HyperwalletSDK": [
29       "1.0.0-beta02"
30     ]
31   },
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": "Tests/**/*.swift",
37       "resources": "Tests/**/*.json",
38       "dependencies": {
39         "Hippolyte": [
40           "0.6.0"
41         ]
42       }
43     },
44     {
45       "name": "UITests",
46       "test_type": "unit",
47       "requires_app_host": true,
48       "source_files": "UITests/**/*.swift",
49       "resources": "UITests/**/*.json",
50       "dependencies": {
51         "Swifter": [
52           "1.4.6"
53         ]
54       }
55     }
56   ]