blob: 01f41248e67f5d79730763bae791d178c5c83a41 [file] [log] [blame]
{
"name": "Torus-web3swift",
"version": "3.0.2",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"license": {
"type": "Apache License 2.0",
"file": "LICENSE.md"
},
"summary": "Web3 implementation in vanilla Swift for iOS, macOS, and Linux",
"homepage": "https://github.com/rathishubham7/web3swift",
"authors": {
"Shubham Rathi": "rathishubham017@gmail.com"
},
"source": {
"git": "https://github.com/rathishubham7/web3swift.git",
"tag": "3.0.2"
},
"source_files": [
"Sources/web3swift/{Contract,Convenience,EthereumABI,EthereumAddress,HookedFunctions,KeystoreManager,Promises,SwiftRLP,Transaction,Web3,Browser}/*.swift",
"Sources/web3swift/{Tokens,Utils}/**/*.swift"
],
"swift_versions": "5.0",
"module_name": "web3swift",
"frameworks": "CoreImage",
"dependencies": {
"PromiseKit": [
"~> 6.13.1"
],
"BigInt": [
"~> 5.0"
],
"Starscream": [
"~> 3.1.0"
],
"CryptoSwift": [
"~> 1.0.0"
],
"secp256k1.c": [
"~> 0.1"
]
},
"swift_version": "5.0"
}