{ | |
"name": "CoboSDK", | |
"version": "1.0", | |
"summary": "Dapp SDK to use with Cobo Wallet", | |
"homepage": "https://cobo.com/", | |
"authors": { | |
"Name": "xzhang@cobo.com" | |
}, | |
"license": { | |
"type": "Copyright", | |
"text": "Copyright © 2018 Cobo. All rights reserved." | |
}, | |
"platforms": { | |
"ios": "9.0" | |
}, | |
"source": { | |
"git": "https://github.com/cobowallet/CoboSDK-iOS.git", | |
"tag": "1.0" | |
}, | |
"ios": { | |
"vendored_frameworks": "CoboSDK.framework" | |
}, | |
"dependencies": { | |
"web3swift": [ | |
"~> 0.8.0" | |
] | |
} | |
} |