| { |
| "name": "SwiftEd25519", |
| "version": "0.1.1", |
| "summary": "An Ed25519 lib based CEd25519 used Swift.", |
| "description": "An Ed25519 lib based CEd25519 for iOS used Swift.", |
| "homepage": "https://github.com/CikeQiu/SwiftEd25519", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "work_cocody@hotmail.com": "qiuhongyang@askcoin.org" |
| }, |
| "source": { |
| "git": "https://github.com/CikeQiu/SwiftEd25519.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SwiftEd25519/Classes/**/*", |
| "dependencies": { |
| "CEd25519": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "3.1" |
| } |