[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / d / 2 / EthereumKit.swift / 0.6.1 / EthereumKit.swift.podspec.json
blobf44f6b8d15dd0d436af2e8b9f08aff463b661438
2   "name": "EthereumKit.swift",
3   "module_name": "EthereumKit",
4   "version": "0.6.1",
5   "summary": "Ethereum wallet library for Swift",
6   "description": "EthereumKit.swift implements Ethereum protocol in Swift.\n```",
7   "homepage": "https://github.com/horizontalsystems/ethereum-kit-ios",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Horizontal Systems": "hsdao@protonmail.ch"
14   },
15   "social_media_url": "http://horizontalsystems.io/",
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/horizontalsystems/ethereum-kit-ios.git",
19     "tag": "0.6.1"
20   },
21   "source_files": "EthereumKit/EthereumKit/**/*.{h,m,swift}",
22   "platforms": {
23     "ios": "11.0"
24   },
25   "swift_version": "4.2",
26   "dependencies": {
27     "HSCryptoKit": [
28       "~> 1.0"
29     ],
30     "HSHDWalletKit": [
31       "~> 1.0"
32     ],
33     "RxSwift": [
34       "~> 4.0"
35     ],
36     "Alamofire": [
37       "~> 4.0"
38     ],
39     "GRDB.swift": [
40       "~> 3.0"
41     ],
42     "BigInt": [
43       "~> 4.0"
44     ]
45   }