[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / e / 8 / BitcoinCore-Universal.swift / 0.13.4 / BitcoinCore-Universal.swift.podspec.json
blob713e2bb26b94defb4897418637f68c8d402148b6
2   "name": "BitcoinCore-Universal.swift",
3   "module_name": "BitcoinCore",
4   "version": "0.13.4",
5   "summary": "Core library Bitcoin derived wallets for Swift. Supports iOS & OSX",
6   "description": "BitcoinCore implements Bitcoin core protocol in Swift. It is an implementation of the Bitcoin SPV protocol written (almost) entirely in swift.",
7   "homepage": "https://github.com/cuhte3/bitcoin-kit-universal",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Horizontal Systems": "hsdao@protonmail.ch",
14     "cuhte3": "farid@getportal.co"
15   },
16   "source": {
17     "git": "https://github.com/cuhte3/bitcoin-kit-universal.git",
18     "tag": "bitcoin-core-0.13.4"
19   },
20   "social_media_url": "http://horizontalsystems.io/",
21   "platforms": {
22     "ios": "11.0",
23     "osx": "10.14"
24   },
25   "swift_versions": "5",
26   "source_files": "BitcoinCore/Classes/**/*",
27   "requires_arc": true,
28   "dependencies": {
29     "OpenSslKit-Universal.swift": [
30       "~> 1.0.1"
31     ],
32     "Secp256k1Kit-Universal.swift": [
33       "~> 1.0.1"
34     ],
35     "HdWalletKit-Universal.swift": [
36       "~> 1.5"
37     ],
38     "Alamofire": [
39       "~> 4.0"
40     ],
41     "ObjectMapper": [
42       "~> 3.0"
43     ],
44     "RxSwift": [
45       "~> 5.0"
46     ],
47     "BigInt": [
48       "~> 5.0"
49     ],
50     "GRDB.swift": [
51       "~> 4.0"
52     ]
53   },
54   "swift_version": "5"