[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / d / 2 / 3 / LitecoinKit.swift / 0.14.1 / LitecoinKit.swift.podspec.json
blob068fec8092b23adf6323932ebc375c9fe9e5b736
2   "name": "LitecoinKit.swift",
3   "module_name": "LitecoinKit",
4   "version": "0.14.1",
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.14.1"
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.4"
41     ],
42     "Alamofire": [
43       "~> 4.0"
44     ],
45     "ObjectMapper": [
46       "~> 3.0"
47     ],
48     "RxSwift": [
49       "~> 5.0"
50     ],
51     "BigInt": [
52       "~> 5.0"
53     ],
54     "GRDB.swift": [
55       "~> 4.0"
56     ]
57   },
58   "swift_version": "5"