blob: 14df3dc36316c8acf83f5e4493c4e2aa14835e43 [file] [log] [blame]
{
"name": "HyperwalletUISDK",
"version": "1.0.0-beta02",
"summary": "Hyperwallet UI SDK for iOS to integrate with Hyperwallet Platform",
"homepage": "https://github.com/hyperwallet/hyperwallet-ios-ui-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hyperwallet Systems Inc": "devsupport@hyperwallet.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/hyperwallet/hyperwallet-ios-ui-sdk.git",
"tag": "1.0.0-beta02"
},
"source_files": "Sources/**/*.{swift,h,strings,xib}",
"requires_arc": true,
"swift_version": "4.2",
"resources": [
"Sources/**/*.xcassets",
"Sources/**/*.ttf"
],
"dependencies": {
"HyperwalletSDK": [
"1.0.0-beta02"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift",
"resources": "Tests/**/*.json",
"dependencies": {
"Hippolyte": [
"0.6.0"
]
}
},
{
"name": "UITests",
"test_type": "unit",
"requires_app_host": true,
"source_files": "UITests/**/*.swift",
"resources": "UITests/**/*.json",
"dependencies": {
"Swifter": [
"1.4.6"
]
}
}
]
}