blob: a5913c314e3d10a9c35fc1ccf642f2a91db02c09 [file] [log] [blame]
{
"name": "ASKSecp256k1",
"version": "0.0.4",
"summary": "An library of secp256k1 can use in iOS project.",
"description": "Based an optimized C library for EC operations on curve secp256k1, [bitcoin-core/secp256k1](https://github.com/bitcoin-core/secp256k1)",
"homepage": "https://github.com/askcoin/ASKSecp256k1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HongYang Qiu": "qiuhongyang@askcoin.org"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/askcoin/ASKSecp256k1.git",
"tag": "0.0.4"
},
"source_files": "ASKSecp256k1/ASKSecp256k1/CKSecp256k1/**/*.{h,m,c}",
"public_header_files": "ASKSecp256k1/ASKSecp256k1/CKSecp256k1/CKSecp256k1.h",
"vendored_frameworks": "ASKSecp256k1/ASKSecp256k1/CKSecp256k1/secp256k1.framework"
}