[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / f / 1 / 5 / KeyWeGMEllipticCurveCrypto / 1.0.2 / KeyWeGMEllipticCurveCrypto.podspec.json
blob85e384f413a79994c9212b79dc3cb081211ab18f
2   "name": "KeyWeGMEllipticCurveCrypto",
3   "version": "1.0.2",
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",
7   "license": {
8     "type": "CUSTOM",
9     "file": "KeyWeGMEllipticCurveCrypto/LICENSE"
10   },
11   "authors": {
12     "KeyWe": "dev_ios@thekeywe.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "http": "https://s3.ap-northeast-2.amazonaws.com/video.keywe/KeyWeGMEllipticCurveCrypto.zip"
19   },
20   "vendored_frameworks": "KeyWeGMEllipticCurveCrypto/KeyWeGMEllipticCurveCrypto.framework",
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   }