[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 2 / 3 / 8 / HSBitcoinKit / 0.1.3 / HSBitcoinKit.podspec.json
blob498acb9d3ee89976afc812b8fa0219aeba542087
2   "name": "HSBitcoinKit",
3   "version": "0.1.3",
4   "summary": "Bitcoin wallet library for Swift",
5   "description": "HSBitcoinKit implements Bitcoin protocol in Swift. It is an implementation of the Bitcoin SPV protocol written (almost) entirely in swift.\n```",
6   "homepage": "https://github.com/horizontalsystems/bitcoin-kit-ios",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Horizontal Systems": "hsdao@protonmail.ch"
13   },
14   "social_media_url": "http://horizontalsystems.io/",
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/horizontalsystems/bitcoin-kit-ios.git",
18     "tag": "0.1.3"
19   },
20   "source_files": "HSBitcoinKit/HSBitcoinKit/**/*.{h,m,swift}",
21   "platforms": {
22     "ios": "11.0"
23   },
24   "swift_version": "4.1",
25   "dependencies": {
26     "HSCryptoKit": [
28     ],
29     "HSHDWalletKit": [
31     ],
32     "Alamofire": [
34     ],
35     "ObjectMapper": [
37     ],
38     "RxSwift": [
40     ],
41     "BigInt": [
43     ],
44     "RealmSwift": [
46     ],
47     "RxRealm": [
49     ]
50   }