blob: d0c95f671352988b6015d2ab727f20b8adbb634d [file] [log] [blame]
{
"name": "ed25519swift",
"version": "1.2.5",
"summary": "ed25199 implementation by pure swift except sha512",
"homepage": "https://github.com/pebble8888/ed25519swift",
"license": "ZLIB",
"authors": {
"pebble8888": "pebble8888@gmail.com"
},
"social_media_url": "http://twitter.com/pebble8888",
"platforms": {
"ios": "11.4",
"osx": "10.12"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source": {
"git": "https://github.com/pebble8888/ed25519swift.git",
"tag": "1.2.5"
},
"source_files": "Sources/ed25519swift",
"dependencies": {
"CryptoSwift": [
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}