[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / c / f / EllipticCurveKeyPair / 1.0 / EllipticCurveKeyPair.podspec.json
blob083f2ae3200753c93214002c75f758c8c290d2ad
2   "name": "EllipticCurveKeyPair",
3   "version": "1.0",
4   "summary": "Sign, verify, encrypt and decrypt using the Secure Enclave",
5   "description": "Create and manage an Elliptic Curve Key Pair on the Secure Enclave on iOS or MacOS.",
6   "homepage": "https://github.com/agens-no/EllipticCurveKeyPair",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HaĚŠvard Fossli": "hfossli@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.12"
17   },
18   "source": {
19     "git": "https://github.com/agens-no/EllipticCurveKeyPair.git",
20     "tag": "1.0"
21   },
22   "source_files": "Sources/**/*",
23   "frameworks": [
24     "Foundation",
25     "LocalAuthentication",
26     "Security"
27   ],
28   "pushed_with_swift_version": "3.0"