blob: ef96445126c948a4425562c285265ddd5de6b8bf [file] [log] [blame]
{
"name": "EllipticCurveKit",
"version": "0.0.2",
"swift_version": "4.2",
"platforms": {
"ios": "11.3",
"osx": "10.12"
},
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "Elliptic Curve Cryptography in pure Swift",
"homepage": "https://github.com/Sajjon/EllipticCurveKit",
"authors": {
"Alex Cyon": "alex.cyon@gmail.com"
},
"source": {
"git": "https://github.com/Sajjon/EllipticCurveKit.git",
"tag": "0.0.2"
},
"source_files": "Source/**/*.swift",
"social_media_url": "https://twitter.com/alexcyon",
"dependencies": {
"BigInt": [
"~> 3.1"
],
"CryptoSwift": [
"~> 0.12"
]
}
}