[Add] AppflowSDK 1.0.15
[CocoaPods.git] / Specs / 7 / 6 / c / ed25519swift / 1.1.1 / ed25519swift.podspec.json
blobff5a2d88ddfa31b62242aae4dd62d49a7c2c1bce
2   "name": "ed25519swift",
3   "version": "1.1.1",
4   "summary": "ed25199 implementation by pure swift except sha512",
5   "homepage": "https://github.com/pebble8888/ed25519swift",
6   "license": "ZLIB",
7   "authors": {
8     "pebble8888": "pebble@gmail.com"
9   },
10   "social_media_url": "http://twitter.com/pebble8888",
11   "platforms": {
12     "osx": "10.9"
13   },
14   "pod_target_xcconfig": {
15     "SWIFT_VERSION": "4.0"
16   },
17   "source": {
18     "git": "https://github.com/pebble8888/ed25519swift.git",
19     "tag": "1.1.1"
20   },
21   "source_files": "Ed25519macOS",
22   "dependencies": {
23     "BigInt": [
24       "~> 3"
25     ],
26     "CryptoSwift": [
28     ]
29   }