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