blob: 0876f63a5c0e68f557e87dc4cac26fc6dca2950e [file] [log] [blame]
{
"name": "Curve25519",
"summary": "Module wrapper for Curve25519 that is importable in Swift.",
"license": "MIT",
"version": "1.0",
"source": {
"git": "https://github.com/christophhagen/Curve25519.git",
"tag": "1.0"
},
"swift_version": "4.0",
"authors": {
"Christoph Hagen": "christoph@spacemasters.eu"
},
"homepage": "https://github.com/christophhagen/Curve25519",
"platforms": {
"ios": "9.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "4.0"
},
"source_files": "Curve25519/**/*.{swift,h,c}",
"public_header_files": "Curve25519/pub/*.h"
}