[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / a / CEd25519 / 0.1.0 / CEd25519.podspec.json
blob2b5d11b1a7b7c05eec7db3becf161f0e782e5381
2   "name": "CEd25519",
3   "version": "0.1.0",
4   "summary": "An implementation of CEd25519.",
5   "description": "This is a portable implementation of Ed25519 based on the SUPERCOP \"ref10\" implementation.",
6   "homepage": "https://github.com/CikeQiu/CEd25519",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "work_cocody@hotmail.com": "qiuhongyang@askcoin.org"
13   },
14   "source": {
15     "git": "https://github.com/CikeQiu/CEd25519.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CEd25519/Classes/**/*.{c,h}"