blob: 7508f1bd34aeada93621d6c5aa1caede8cd4edcb [file] [log] [blame]
{
"name": "BCGenerator",
"version": "0.9.2",
"summary": "caobo's BCGenerator. A RIPEMD code. Copy from CoreBitcoin.",
"description": "It is a utils used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/caobo56/BCGenerator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"caobo": "caobo56@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/caobo56/BCGenerator.git",
"tag": "0.9.2"
},
"source_files": [
"src",
"BCFunctionTest/BCGenerator/*.{h,m}"
],
"dependencies": {
"CBSecp256k1": [
],
"CBBase58": [
]
}
}