[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 4 / d / HSEthereumKit / 0.3.0 / HSEthereumKit.podspec.json
blobb370c7d0c028a04572e60b720abceeea10d6775a
2   "name": "HSEthereumKit",
3   "version": "0.3.0",
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.3.0"
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.1.0"
28     ],
29     "HSHDWalletKit": [
30       "~> 1.0.3"
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   }