blob: f622a05dcc0103ed6993df77ee22ca8c27e19b46 [file] [log] [blame]
{
"name": "HyperwalletUISDK",
"version": "1.0.0-beta04",
"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",
"branch": "development"
},
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"HyperwalletSDK": [
"1.0.0-beta05"
]
},
"default_subspecs": [
"TransferMethod",
"Receipt",
"Transfer"
],
"swift_version": "5.0",
"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"
]
}
}
],
"subspecs": [
{
"name": "Common",
"resources": [
"Common/**/*.xcassets",
"Common/**/*.ttf",
"Common/**/*.xib",
"Common/**/*.strings"
],
"source_files": "Common/Sources/**/*.{swift,h}",
"dependencies": {
"HyperwalletUISDK/UserRepository": [
]
}
},
{
"name": "TransferMethodRepository",
"source_files": "TransferMethodRepository/Sources/**/*.{swift,h}"
},
{
"name": "ReceiptRepository",
"source_files": "ReceiptRepository/Sources/**/*.{swift,h}"
},
{
"name": "TransferRepository",
"source_files": "TransferRepository/Sources/**/*.{swift,h}"
},
{
"name": "UserRepository",
"source_files": "UserRepository/Sources/**/*.{swift,h}"
},
{
"name": "TransferMethod",
"source_files": "TransferMethod/Sources/**/*.{swift,h}",
"dependencies": {
"HyperwalletUISDK/Common": [
],
"HyperwalletUISDK/UserRepository": [
],
"HyperwalletUISDK/TransferMethodRepository": [
]
}
},
{
"name": "Receipt",
"source_files": "Receipt/Sources/**/*.{swift,h}",
"dependencies": {
"HyperwalletUISDK/Common": [
],
"HyperwalletUISDK/ReceiptRepository": [
]
}
},
{
"name": "Transfer",
"source_files": "Transfer/Sources/**/*.{swift,h}",
"dependencies": {
"HyperwalletUISDK/Common": [
],
"HyperwalletUISDK/UserRepository": [
],
"HyperwalletUISDK/TransferRepository": [
],
"HyperwalletUISDK/TransferMethodRepository": [
]
}
}
]
}