blob: a4a2e61dc6265b629c2c70a0957875213c67298e [file] [log] [blame]
{
"name": "swsecp256k1",
"version": "0.1.1",
"summary": "An library of secp256k1 that can be used in iOS project.",
"description": "Based an optimized C library for EC operations on curve secp256k1, [bitcoin-core/secp256k1](https://github.com/bitcoin-core/secp256k1)\nOptimized C library for EC operations on curve secp256k1.\nThis library is a work in progress and is being used to research best practices.",
"homepage": "https://github.com/skywinder/swsecp256k1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"skywinder": "sky4winder@gmail.com"
},
"source": {
"git": "https://github.com/skywinder/swsecp256k1.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"swsecp256k1/framework/secp256k1.framework/Versions/A/Headers/*.h",
"swsecp256k1/framework/swsecp256k1.modulemap"
],
"ios": {
"vendored_frameworks": "swsecp256k1/framework/secp256k1.framework"
}
}