blob: ba6f2bad28c0d1bac218041f332527a2a9c21e46 [file] [log] [blame]
{
"name": "CCurve25519",
"summary": "Curve25519 as a SwiftPM module",
"license": "MIT",
"version": "1.0.1",
"source": {
"git": "https://github.com/christophhagen/CCurve25519.git",
"tag": "1.0.1"
},
"swift_versions": "5.0",
"authors": {
"Christoph Hagen": "christoph@spacemasters.eu"
},
"homepage": "https://github.com/christophhagen/CCurve25519",
"platforms": {
"ios": "9.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "4.0"
},
"source_files": "Sources/CCurve25519/**/*.{h,c}",
"public_header_files": "Sources/CCurve25519/include/*.h",
"swift_version": "5.0"
}