blob: 934adbbfce0d1b4c601e03d5e140a60f15d35153 [file] [log] [blame]
{
"name": "ed25519swift",
"version": "1.1.0",
"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.0"
},
"source_files": "Ed25519macOS",
"dependencies": {
"BigInt": [
"~> 3"
],
"CryptoSwift": [
]
}
}