[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / e / 0 / 4 / CKMnemonic / 0.1.5 / CKMnemonic.podspec.json
blob979bcf8db15920513ce23a2b3ce8b29ea343308d
2   "name": "CKMnemonic",
3   "version": "0.1.5",
4   "summary": "An implementation of BIP39 used Swift.",
5   "description": "An implementation of BIP39 used Swift. For HDWallet.",
6   "homepage": "https://github.com/CikeQiu/CKMnemonic",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HongYang Qiu": "qiuhongyang@askcoin.com"
13   },
14   "source": {
15     "git": "https://github.com/CikeQiu/CKMnemonic.git",
16     "tag": "v0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CKMnemonic/CKMnemonic/CKMnemonic/**/*.swift",
22   "dependencies": {
23     "CryptoSwift": [
25     ]
26   },
27   "pushed_with_swift_version": "3.0"