[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / c / f / EllipticCurveKeyPair / 2.0-beta1 / EllipticCurveKeyPair.podspec.json
blob4996f69baedcf85830dfb70c9b1ae27d5d88000a
2   "name": "EllipticCurveKeyPair",
3   "version": "2.0-beta1",
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     "Håvard Fossli": "hfossli@gmail.com",
13     "Marcin Krzyżanowski": "marcin.krzyzanowski@gmail.com"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.12.1"
18   },
19   "source": {
20     "git": "https://github.com/agens-no/EllipticCurveKeyPair.git",
21     "tag": "2.0-beta1"
22   },
23   "source_files": "Sources/**/*",
24   "frameworks": [
25     "Foundation",
26     "LocalAuthentication",
27     "Security"
28   ],
29   "pushed_with_swift_version": "4.0"