[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / b / 6 / zrxkit / 0.0.1 / zrxkit.podspec.json
blobd12d6d1b32ecb4428d60a0b0a89099482c44a9c4
2   "name": "zrxkit",
3   "version": "0.0.1",
4   "summary": "0x Exchange protocol implementation in Swift.",
5   "description": "0x Exchange protocol implementation in Swift.\n  0x SRA interaction\n  Fill/Cancel/Create 0x orders\n  EIP712 typed data encoding\n  Wrap/Unwrap Ethereum\n  Encoding/Decoding of ABIv2 struct types",
6   "homepage": "https://github.com/5daytech/zrx-kit-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Abai Abakirov": "abaikirov@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.3"
16   },
17   "swift_versions": "5",
18   "source": {
19     "git": "https://github.com/5daytech/zrx-kit-ios.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "zrxkit/zrxkit/**/*",
23   "exclude_files": "zrxkit/zrxkit/Info.plist",
24   "dependencies": {
25     "BigInt": [
26       "~> 4.0"
27     ],
28     "RxSwift": [
29       "~> 5"
30     ],
31     "RxCocoa": [
32       "~> 5"
33     ],
34     "Web3": [
35       "~> 0.4"
36     ],
37     "Web3/ContractABI": [
38       "~> 0.4"
39     ],
40     "Alamofire": [
41       "~> 4.0"
42     ]
43   },
44   "swift_version": "5"