blob: 2b5d11b1a7b7c05eec7db3becf161f0e782e5381 [file] [log] [blame]
{
"name": "CEd25519",
"version": "0.1.0",
"summary": "An implementation of CEd25519.",
"description": "This is a portable implementation of Ed25519 based on the SUPERCOP \"ref10\" implementation.",
"homepage": "https://github.com/CikeQiu/CEd25519",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"work_cocody@hotmail.com": "qiuhongyang@askcoin.org"
},
"source": {
"git": "https://github.com/CikeQiu/CEd25519.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CEd25519/Classes/**/*.{c,h}"
}