2 "name": "KeyWeGMEllipticCurveCrypto",
4 "summary": "Elliptic Curve Crypto",
5 "description": "An Objective-C library for Elliptic Curve Digital Signing Algorithm (ECDSA) and for Elliptic Curve Diffie-Hellman (ECDH).\n\nECDSA allows signatures to be generated using a private key and validated using a public key.\n\nECDH allows two identities to use their own private keys and each other's public key to generate a shared secret, which can then be used for encryption.\n\nThis library is largely based on the easy-ecc library (https://github.com/kmackay/easy-ecc).",
6 "homepage": "https://github.com/KeyWeSmart",
9 "file": "KeyWeGMEllipticCurveCrypto/LICENSE"
12 "KeyWe": "dev_ios@thekeywe.com"
18 "http": "https://s3.ap-northeast-2.amazonaws.com/video.keywe/KeyWeGMEllipticCurveCrypto.zip"
20 "vendored_frameworks": "KeyWeGMEllipticCurveCrypto/KeyWeGMEllipticCurveCrypto.framework",
21 "pod_target_xcconfig": {
22 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24 "user_target_xcconfig": {
25 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"