[Delete] YLCategory-Swift-MacOS 1.0.3
[CocoaPods.git] / Specs / 7 / 6 / c / ed25519swift / 1.2.8 / ed25519swift.podspec.json
blob7702e2fccb17e2ba4f0e9be8457c3867ae215565
2   "name": "ed25519swift",
3   "version": "1.2.8",
4   "summary": "ed25199 implementation by pure swift except sha512",
5   "homepage": "https://github.com/pebble8888/ed25519swift",
6   "license": "ZLIB",
7   "authors": {
8     "pebble8888": "pebble8888@gmail.com"
9   },
10   "social_media_url": "http://twitter.com/pebble8888",
11   "platforms": {
12     "ios": "11.4",
13     "osx": "10.12"
14   },
15   "pod_target_xcconfig": {
16     "SWIFT_VERSION": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/pebble8888/ed25519swift.git",
20     "tag": "1.2.8"
21   },
22   "source_files": "Sources/ed25519swift",
23   "dependencies": {
24     "CryptoSwift": [
26     ]
27   },
28   "swift_versions": "5.0",
29   "swift_version": "5.0"