blob: dd602a3bd67f89ee98fb148ecdbbecd51a7d3e22 [file] [log] [blame]
{
"name": "StellarWalletKit",
"version": "0.0.4",
"summary": "Stellar Wallet Toolkit for iOS",
"swift_version": "4.0",
"description": "Stellar Wallet Toolkit for iOS - You can implement Stellar wallet without a server and blockchain knowledge.",
"homepage": "https://github.com/SteadyAction/StellarWalletKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SteadyAction": "steadyaction@gmail.com"
},
"source": {
"git": "https://github.com/SteadyAction/StellarWalletKit.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"stellar-ios-mac-sdk": [
"~> 1.1.5"
]
}
}