[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 4 / d / HSEthereumKit / 0.1.2 / HSEthereumKit.podspec.json
blob421c7d8852b338c9b439b18df46ba3c48e4a84b6
2   "name": "HSEthereumKit",
3   "version": "0.1.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.1.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": [
31     ],
32     "RxSwift": [
34     ],
35     "RealmSwift": [
37     ],
38     "RxRealm": [
40     ],
41     "Alamofire": [
43     ]
44   }