blob: 2f41a2809ae3249a07e3b8f31bd5a33c9503ae2c [file] [log] [blame]
{
"name": "CLMWalletKit",
"version": "0.1.0",
"summary": "用于生成多币种地址的工具",
"swift_version": "4.1",
"description": "1、生成地址;2、管理钱包;3、对特定币种的交易签名",
"homepage": "https://github.com/songhaoxin/CLMWalletKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"songhaoxin": "songmjian@gmail.com"
},
"source": {
"git": "https://github.com/songhaoxin/CLMWalletKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CLMWalletKit/Classes/**/*",
"vendored_frameworks": "CLMWalletKit/Dependency/*.framework"
}