blob: f0c89eee72a3043a508e4b2a0d0d62456fc2b588 [file] [log] [blame]
{
"name": "MCWalletKit",
"version": "0.1.1",
"summary": "A chanin-block wallet kit for Etherem and Bitcoin platform",
"swift_version": "4.1",
"description": "A chanin-block wallet kit for Etherem and Bitcoin platform.Services provided contain private key,public key,and address generate.",
"homepage": "https://github.com/songhaoxin/MCWalletKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"songhaoxin": "songmjian@gmail.com"
},
"source": {
"git": "https://github.com/songhaoxin/MCWalletKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MCWalletKit/Classes/**/*",
"dependencies": {
"RealmSwift": [
]
},
"vendored_frameworks": "MCWalletKit/Dependency/*.{framework}"
}