2 "name": "ios-secp256k1",
4 "summary": "An library of secp256k1 that can be used in iOS project.",
5 "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.",
6 "homepage": "https://github.com/skywinder/ios-secp256k1",
12 "skywinder": "sky4winder@gmail.com"
15 "git": "https://github.com/skywinder/ios-secp256k1.git",
21 "source_files": "ios-secp256k1/framework/secp256k1.framework/Versions/A/Headers/*.h",
23 "vendored_frameworks": "ios-secp256k1/framework/secp256k1.framework"
25 "public_header_files": "ios-secp256k1/framework/secp256k1.framework/Versions/A/Headers/*.h",
26 "module_map": "ios-secp256k1/framework/secp256k1.modulemap"