blob: 9a6a784b7237fde1276b7fe7d194703358ec9531 [file] [log] [blame]
{
"name": "web3swift",
"version": "2.3.0",
"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/matter-labs/web3swift",
"authors": {
"Alex Vlasov": "alex.m.vlasov@gmail.com",
"Anton Grigorev": "antongrigorjev2010@gmail.com",
"Petr Korolev": "sky4winder@gmail.com"
},
"source": {
"git": "https://github.com/matter-labs/web3swift.git",
"tag": "2.3.0"
},
"source_files": [
"Sources/web3swift/{Contract,Convenience,EthereumABI,EthereumAddress,HookedFunctions,KeystoreManager,Promises,SwiftRLP,Transaction,Web3}/*.swift",
"Sources/web3swift/{Tokens,Utils}/**/*.swift"
],
"ios": {
"source_files": "Sources/web3swift/Browser/*.swift"
},
"resource_bundles": {
"Browser": "Sources/web3swift/Browser/*.js"
},
"swift_versions": "5.0",
"frameworks": "CoreImage",
"dependencies": {
"PromiseKit": [
"~> 6.8.4"
],
"BigInt": [
"~> 4.0"
],
"Starscream": [
"~> 3.1.0"
],
"CryptoSwift": [
"~> 1.0.0"
],
"secp256k1.c": [
"~> 0.1"
]
},
"swift_version": "5.0"
}