blob: f3b80a7777098571a50f7d527b168fc487d337c0 [file] [log] [blame]
{
"name": "Web3Swift.io",
"version": "0.0.4",
"summary": "Web3 library for Swift. Construct and sign transactions, interact with smart contracts.",
"description": "Ethereum client library written in pure Swift.\nSign transactions and messages, interact with smart contracts,\nencode and decode ABI messages.",
"homepage": "https://web3swift.io",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Timofey Solonin": "abdulowork@gmail.com",
"Vadim Koleoshkin": "vadim@koleoshkin.com"
},
"source": {
"git": "https://github.com/zeriontech/Web3Swift.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "10.0"
},
"module_name": "Web3Swift",
"source_files": "Web3Swift/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 4.3"
],
"secp256k1.swift": [
"~> 0.1"
],
"CryptoSwift": [
"~> 1.0"
],
"BigInt": [
"~> 5.0"
]
}
}