blob: d9b2607fca9cdcee971c8fbaf8188c276e0dd549 [file] [log] [blame]
{
"name": "HyperwalletSDK",
"version": "1.0.0-beta08",
"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-beta08"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"swift_versions": "5.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift",
"resources": "Tests/**/*.json",
"dependencies": {
"Hippolyte": [
]
}
}
],
"swift_version": "5.0"
}