Ethereum ABI parsing, decoding and encoding module for other projects
EthereumABI
master
Ethereum ABI parser in vanilla Swift. Supports ABIv2 spec for Solidity 0.5
Description
- Swift Tools 4.2.0
Description
{
"name": "EthereumABI",
"path": "/usr/src/package",
"targets": [
{
"name": "EthereumABI",
"path": "EthereumABI",
"type": "library",
"c99name": "EthereumABI",
"sources": [
"Classes/ABI.swift",
"Classes/ABIDecoding.swift",
"Classes/ABIElements.swift",
"Classes/ABIEncoding.swift",
"Classes/ABIExtensions.swift",
"Classes/ABIParameterTypes.swift",
"Classes/ABIParsing.swift",
"Classes/ABITypeParser.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"EthereumABI"
],
"product_dependencies": [
"CryptoSwift",
"BigInt",
"EthereumAddress"
]
}
],
"products": [
{
"name": "EthereumABI",
"type": {
"library": [
"automatic"
]
},
"targets": [
"EthereumABI"
]
}
],
"platforms": [],
"dependencies": [
{
"url": "https://github.com/krzyzanowskim/CryptoSwift.git",
"type": "sourceControl",
"identity": "cryptoswift",
"requirement": {
"range": [
{
"lower_bound": "1.0.0",
"upper_bound": "1.1.0"
}
]
}
},
{
"url": "https://github.com/attaswift/BigInt.git",
"type": "sourceControl",
"identity": "bigint",
"requirement": {
"range": [
{
"lower_bound": "3.1.0",
"upper_bound": "4.0.0"
}
]
}
},
{
"url": "https://github.com/shamatar/EthereumAddress.git",
"type": "sourceControl",
"identity": "ethereumaddress",
"requirement": {
"range": [
{
"lower_bound": "1.3.0",
"upper_bound": "2.0.0"
}
]
}
}
],
"tools_version": "4.2",
"manifest_display_name": "EthereumABI",
"swift_languages_versions": [
"4",
"4.2"
]
}
Package Dump
{
"name": "EthereumABI",
"targets": [
{
"name": "EthereumABI",
"path": "./EthereumABI",
"type": "regular",
"exclude": [],
"sources": [
"./Classes/"
],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"CryptoSwift",
null
]
},
{
"byName": [
"BigInt",
null
]
},
{
"byName": [
"EthereumAddress",
null
]
}
],
"packageAccess": false,
"publicHeadersPath": "./"
}
],
"products": [
{
"name": "EthereumABI",
"type": {
"library": [
"automatic"
]
},
"targets": [
"EthereumABI"
]
}
],
"pkgConfig": null,
"platforms": [],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"identity": "cryptoswift",
"location": {
"remote": [
{
"urlString": "https://github.com/krzyzanowskim/CryptoSwift.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.0.0",
"upperBound": "1.1.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"identity": "bigint",
"location": {
"remote": [
{
"urlString": "https://github.com/attaswift/BigInt.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "3.1.0",
"upperBound": "4.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"identity": "ethereumaddress",
"location": {
"remote": [
{
"urlString": "https://github.com/shamatar/EthereumAddress.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.3.0",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "4.2.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": [
"4",
"4.2"
]
}
Dependencies
- CryptoSwift1.0.0
- BigInt3.1.0
- EthereumAddress1.3.0
Dependencies
{
"url": "/usr/src/package",
"name": "EthereumABI",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/krzyzanowskim/CryptoSwift.git",
"name": "CryptoSwift",
"path": "/usr/src/package/.build/checkouts/CryptoSwift",
"version": "1.0.0",
"identity": "cryptoswift",
"dependencies": []
},
{
"url": "https://github.com/attaswift/BigInt.git",
"name": "BigInt",
"path": "/usr/src/package/.build/checkouts/BigInt",
"version": "3.1.0",
"identity": "bigint",
"dependencies": [
{
"url": "https://github.com/attaswift/SipHash",
"name": "SipHash",
"path": "/usr/src/package/.build/checkouts/SipHash",
"version": "1.2.2",
"identity": "siphash",
"dependencies": []
}
]
},
{
"url": "https://github.com/shamatar/EthereumAddress.git",
"name": "EthereumAddress",
"path": "/usr/src/package/.build/checkouts/EthereumAddress",
"version": "1.3.0",
"identity": "ethereumaddress",
"dependencies": [
{
"url": "https://github.com/krzyzanowskim/CryptoSwift.git",
"name": "CryptoSwift",
"path": "/usr/src/package/.build/checkouts/CryptoSwift",
"version": "1.0.0",
"identity": "cryptoswift",
"dependencies": []
}
]
}
]
}