[Delete] YLCategory-Swift-MacOS 1.0.3
[CocoaPods.git] / Specs / 7 / 6 / c / ed25519swift / 1.1.0 / ed25519swift.podspec.json
blob934adbbfce0d1b4c601e03d5e140a60f15d35153
2   "name": "ed25519swift",
3   "version": "1.1.0",
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.0"
20   },
21   "source_files": "Ed25519macOS",
22   "dependencies": {
23     "BigInt": [
24       "~> 3"
25     ],
26     "CryptoSwift": [
28     ]
29   }