blob: d12d6d1b32ecb4428d60a0b0a89099482c44a9c4 [file] [log] [blame]
{
"name": "zrxkit",
"version": "0.0.1",
"summary": "0x Exchange protocol implementation in Swift.",
"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",
"homepage": "https://github.com/5daytech/zrx-kit-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Abai Abakirov": "abaikirov@gmail.com"
},
"platforms": {
"ios": "12.3"
},
"swift_versions": "5",
"source": {
"git": "https://github.com/5daytech/zrx-kit-ios.git",
"tag": "0.0.1"
},
"source_files": "zrxkit/zrxkit/**/*",
"exclude_files": "zrxkit/zrxkit/Info.plist",
"dependencies": {
"BigInt": [
"~> 4.0"
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"Web3": [
"~> 0.4"
],
"Web3/ContractABI": [
"~> 0.4"
],
"Alamofire": [
"~> 4.0"
]
},
"swift_version": "5"
}