[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 4 / d / HSEthereumKit / 0.2.2 / HSEthereumKit.podspec.json
blob7053728400cd9aca0313fb7d0db58424054c8652
2   "name": "HSEthereumKit",
3   "version": "0.2.2",
4   "summary": "Ethereum wallet library for Swift",
5   "description": "HSEthereumKit implements Ethereum protocol in Swift. Uses EthereumKit library.\n```",
6   "homepage": "https://github.com/horizontalsystems/ethereum-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/ethereum-kit-ios.git",
18     "tag": "0.2.2"
19   },
20   "source_files": "HSEthereumKit/HSEthereumKit/**/*.{h,m,swift}",
21   "platforms": {
22     "ios": "11.0"
23   },
24   "swift_version": "4.1",
25   "dependencies": {
26     "HSCryptoKit": [
27       "~> 1.0.1"
28     ],
29     "CryptoSwift": [
30       "~> 0.13.1"
31     ],
32     "RxSwift": [
33       "~> 4.0"
34     ],
35     "RealmSwift": [
36       "~> 3.11.0"
37     ],
38     "RxRealm": [
39       "~> 0.7.0"
40     ],
41     "Alamofire": [
42       "~> 4.8.0"
43     ]
44   }