blob: 8976042080d74b9b5d52f8c4b528d9f89980bcb4 [file] [log] [blame]
{
"name": "HyperwalletSDK",
"version": "1.0.0-beta05",
"summary": "Hyperwallet Core SDK for iOS to integrate with Hyperwallet Platform",
"homepage": "https://github.com/hyperwallet/hyperwallet-ios-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-sdk.git",
"tag": "1.0.0-beta05"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"swift_version": "5.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift",
"resources": "Tests/**/*.json",
"dependencies": {
"Hippolyte": [
]
}
}
]
}