blob: e2d9fbfc39492bc8aecdb582ed2876532ae54414 [file] [log] [blame]
{
"name": "Web3Sw1ft",
"version": "0.0.1",
"summary": "Web3 library in Swift",
"description": "Ethereum client library written in pure Swift.",
"homepage": "https://web3swift.io",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Timofey Solonin": "abdulowork@gmail.com",
"Vadim Koleoshkin": "vadim@zerion.io"
},
"source": {
"git": "https://github.com/BlockStoreApp/Web3Swift.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Web3Swift/**/*",
"dependencies": {
"SwiftyJSON": [
"= 4.1.0"
],
"secp256k1_ios": [
"= 0.1.1"
],
"CryptoSwift": [
"= 0.9.0"
],
"BigInt.swift": [
"= 1.0.0"
]
}
}