[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 4 / 3 / ios-secp256k1 / 0.1.1 / ios-secp256k1.podspec.json
blob2de1a4c5886004dc792e6148370125ca5597542d
2   "name": "ios-secp256k1",
3   "version": "0.1.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "skywinder": "sky4winder@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/skywinder/ios-secp256k1.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "ios-secp256k1/framework/secp256k1.framework/Versions/A/Headers/*.h",
22   "ios": {
23     "vendored_frameworks": "ios-secp256k1/framework/secp256k1.framework"
24   },
25   "public_header_files": "ios-secp256k1/framework/secp256k1.framework/Versions/A/Headers/*.h",
26   "module_map": "ios-secp256k1/framework/secp256k1.modulemap"