blob: 904d83b65a800c58f861938a07421cf79da0c3ca [file] [log] [blame]
{
"name": "web3swift",
"version": "2.1.5",
"summary": "Web3 implementation in vanilla Swift for iOS ans macOS",
"description": "Web3 implementation in vanilla Swift, intended for mobile developers of wallets, Dapps and Web3.0",
"homepage": "https://github.com/matter-labs/web3swift",
"license": "Apache License 2.0",
"authors": {
"Alex Vlasov": "alex.m.vlasov@gmail.com",
"Anton Grigorev": "antongrigorjev2010@gmail.com"
},
"source": {
"git": "https://github.com/matter-labs/web3swift.git",
"tag": "2.1.5"
},
"social_media_url": "https://twitter.com/shamatar",
"swift_versions": "5.0",
"module_name": "Web3swift",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": [
"web3swift/{Promises,Web3,Contract,KeystoreManager,Transaction,Convenience,HookedFunctions,SwiftRLP,EthereumAddress,EthereumABI}/*.{h,swift}",
"web3swift/Utils/**/*.swiftweb3swift/PrecompiledContracts/**/*.swift",
"web3swift/web3swift.h"
],
"public_header_files": "web3swift/web3swift.h",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"frameworks": "CoreImage",
"dependencies": {
"BigInt": [
"3.1"
],
"CryptoSwift": [
"1.0.0"
],
"PromiseKit": [
"6.8.4"
],
"secp256k1_swift": [
"1.0.3"
],
"Starscream": [
"3.1.0"
]
}
}