blob: 989ed12c00c1a544ba82ca15e569277db02d364c [file] [log] [blame]
{
"name": "StellarWalletKit",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*",
"ios": {
"vendored_frameworks": "Carthage/Build/iOS/stellarsdk.framework"
}
}