[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 8 / e / bitcoin-hd-swift / 0.0.2 / bitcoin-hd-swift.podspec.json
blobacfed59df23e248e999ff78bc54df77d2c16f975
2   "name": "bitcoin-hd-swift",
3   "version": "0.0.2",
4   "summary": "An implementation of BIP32 with Swift",
5   "description": "An implementation of BIP32 with Swift, for iOS projects.",
6   "homepage": "https://github.com/askcoin/bitcoin-hd-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HongYang Qiu": "qiuhongyang@askcoin.org"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/askcoin/bitcoin-hd-swift.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "AskCoin-HD/AskCoin-HD/AskCoin-HD/**/*.swift",
22   "dependencies": {
23     "CKMnemonic": [
25     ],
26     "CryptoSwift": [
28     ],
29     "ASKSecp256k1": [
31     ]
32   },
33   "pushed_with_swift_version": "3.0"