blob: a94a5dae7b6921ebefc687df3eb64bba2984d4ec [file] [log] [blame]
{
"name": "Curve25519",
"summary": "Module wrapper for Curve25519 that is importable in Swift.",
"license": "MIT",
"version": "0.8",
"source": {
"git": "https://github.com/christophhagen/Curve25519.git",
"tag": "0.8"
},
"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"
}