| { |
| "name": "Ed25519", |
| "version": "0.2.0", |
| "summary": "Ed25519 for Swift 4", |
| "homepage": "https://github.com/vzsg/ed25519", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Zsolt VĂ¡radi", |
| "source": { |
| "git": "https://github.com/vzsg/ed25519.git", |
| "tag": "0.2.0" |
| }, |
| "pod_target_xcconfig": { |
| "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES", |
| "APPLICATION_EXTENSION_API_ONLY": "YES" |
| }, |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.12", |
| "tvos": "10.0", |
| "watchos": "3.0" |
| }, |
| "source_files": "Sources/Ed25519/**/*.swift", |
| "dependencies": { |
| "libCEd25519": [ |
| "~> 0.2.0" |
| ] |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |