blob: 718ad06cbd98df0e52debfa486895c2ed09d9e96 [file] [log] [blame]
{
"name": "ios-secp256k1",
"version": "0.1.2",
"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/ios-secp256k1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"skywinder": "sky4winder@gmail.com"
},
"source": {
"git": "https://github.com/skywinder/ios-secp256k1.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "ios-secp256k1/framework/secp256k1.framework/Versions/A/Headers/*.h",
"ios": {
"vendored_frameworks": "ios-secp256k1/framework/secp256k1.framework"
},
"public_header_files": [
"ios-secp256k1/framework/secp256k1.framework/Versions/A/Headers/*.h",
"ios-secp256k1/framework/secp256k1-umbrella.h"
],
"module_map": "ios-secp256k1/framework/secp256k1.modulemap"
}