[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / e / d / Ed25519 / 1.1.0 / Ed25519.podspec.json
blobb4e39071b92ba54155ab8c29b26f83b483a52632
2   "name": "Ed25519",
3   "version": "1.1.0",
4   "summary": "Ed25519 for Swift 4",
5   "homepage": "https://github.com/AndrewBarba/ed25519",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Zsolt VĂ¡radi",
11   "source": {
12     "git": "https://github.com/AndrewBarba/ed25519.git",
13     "tag": "1.1.0"
14   },
15   "pod_target_xcconfig": {
16     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
17     "APPLICATION_EXTENSION_API_ONLY": "YES"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "source_files": "Sources/Ed25519/**/*.swift",
26   "dependencies": {
27     "libCEd25519": [
28       "~> 1.1.0"
29     ]
30   }