blob: c0a7a344631593eedd1d0e8e7dc42973bc17e8bf [file] [log] [blame]
{
"name": "EllipticCurveKeyPair",
"version": "1.0.2",
"summary": "Sign, verify, encrypt and decrypt using the Secure Enclave",
"description": "Create and manage an Elliptic Curve Key Pair on the Secure Enclave on iOS or MacOS.",
"homepage": "https://github.com/agens-no/EllipticCurveKeyPair",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Håvard Fossli": "hfossli@gmail.com",
"Marcin Krzyżanowski": "marcin.krzyzanowski@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/agens-no/EllipticCurveKeyPair.git",
"tag": "1.0.2"
},
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"LocalAuthentication",
"Security"
],
"pushed_with_swift_version": "3.0"
}