[Add] AppflowSDK 1.0.15
[CocoaPods.git] / Specs / 7 / 6 / c / ed25519swift / 1.1.3 / ed25519swift.podspec.json
blobb6a44a9d8a08d9fc5c80f50198a871ea3ff14a85
2   "name": "ed25519swift",
3   "version": "1.1.3",
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     "ios": "10.3",
13     "osx": "10.9"
14   },
15   "pod_target_xcconfig": {
16     "SWIFT_VERSION": "4.0"
17   },
18   "source": {
19     "git": "https://github.com/pebble8888/ed25519swift.git",
20     "tag": "1.1.3"
21   },
22   "source_files": "Ed25519macOS",
23   "dependencies": {
24     "BigInt": [
25       "~> 3"
26     ],
27     "CryptoSwift": [
29     ]
30   }