blob: 6b2ee0db970b47bb01d87522df3e35c2b0cf29fc [file] [log] [blame]
{
"name": "BTCKeySwift",
"version": "0.1.0",
"summary": "BTC generate publicKey, sign, verify",
"description": "BTC generate publicKey, sign, verify for iOS project.",
"homepage": "https://github.com/CikeQiu/BTCKeySwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"work_cocody@hotmail.com": "qiuhongyang@askcoin.org"
},
"source": {
"git": "https://github.com/CikeQiu/BTCKeySwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BTCKeySwift/Classes/**/*",
"dependencies": {
"ASKSecp256k1": [
]
},
"pushed_with_swift_version": "3.1"
}