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