[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / c / 4 / d / HSEthereumKit / 0.1.0 / HSEthereumKit.podspec.json
blob87906ae904997b7a2d6de0f85b6f2fb14eeaa1d0
2   "name": "HSEthereumKit",
3   "version": "0.1.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.1.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.0.1"
28     ],
29     "CryptoSwift": [
31     ],
32     "RxSwift": [
34     ],
35     "RealmSwift": [
37     ],
38     "RxRealm": [
40     ]
41   }