blob: 288f3a5122e57f4babfc271742ff5106cdedaa09 [file] [log] [blame]
{
"name": "HyperwalletSDK",
"version": "1.0.0-beta03",
"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-beta03"
},
"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": [
]
}
}
]
}