blob: 4e2b94bb9eca93480610b87af649b7fb49a2798e [file] [log] [blame]
{
"name": "Ed25519",
"version": "1.0.0",
"summary": "Ed25519 for Swift 4",
"homepage": "https://github.com/AndrewBarba/ed25519",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Zsolt VĂ¡radi",
"source": {
"git": "https://github.com/AndrewBarba/ed25519.git",
"tag": "1.0.0"
},
"pod_target_xcconfig": {
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/Ed25519/**/*.swift",
"dependencies": {
"libCEd25519": [
"~> 1.0.0"
]
}
}