blob: ff5a2d88ddfa31b62242aae4dd62d49a7c2c1bce [file] [log] [blame]
{
"name": "ed25519swift",
"version": "1.1.1",
"summary": "ed25199 implementation by pure swift except sha512",
"homepage": "https://github.com/pebble8888/ed25519swift",
"license": "ZLIB",
"authors": {
"pebble8888": "pebble@gmail.com"
},
"social_media_url": "http://twitter.com/pebble8888",
"platforms": {
"osx": "10.9"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source": {
"git": "https://github.com/pebble8888/ed25519swift.git",
"tag": "1.1.1"
},
"source_files": "Ed25519macOS",
"dependencies": {
"BigInt": [
"~> 3"
],
"CryptoSwift": [
]
}
}