[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 2 / 3 / LitecoinKit.swift / 0.15.0 / LitecoinKit.swift.podspec.json
blob0980abcdbe6f7e1e17cd34432c457c3b69f4e32b
2   "name": "LitecoinKit.swift",
3   "module_name": "LitecoinKit",
4   "version": "0.15.0",
5   "summary": "Litecoin library for Swift.",
6   "description": "LitecoinKit implements Litecoin protocol in Swift.",
7   "homepage": "https://github.com/horizontalsystems/bitcoin-kit-ios",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Horizontal Systems": "hsdao@protonmail.ch"
14   },
15   "source": {
16     "git": "https://github.com/horizontalsystems/bitcoin-kit-ios.git",
17     "tag": "litecoin-0.15.0"
18   },
19   "social_media_url": "http://horizontalsystems.io/",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "swift_versions": "5",
24   "source_files": "LitecoinKit/Classes/**/*",
25   "resource_bundles": {
26     "LitecoinKit": "LitecoinKit/Assets/Checkpoints/*"
27   },
28   "requires_arc": true,
29   "dependencies": {
30     "BitcoinCore.swift": [
31       "~> 0.14"
32     ],
33     "OpenSslKit.swift": [
34       "~> 1.0"
35     ],
36     "Secp256k1Kit.swift": [
37       "~> 1.0"
38     ],
39     "HdWalletKit.swift": [
40       "~> 1.5"
41     ],
42     "ObjectMapper": [
43       "~> 3.0"
44     ],
45     "RxSwift": [
46       "~> 5.0"
47     ],
48     "BigInt": [
49       "~> 5.0"
50     ],
51     "GRDB.swift": [
52       "~> 4.0"
53     ]
54   },
55   "swift_version": "5"