blob: 66e528b9982c5023e0bf3bd80bf2469888dfcddb [file] [log] [blame]
{
"name": "pocket-web3swift",
"version": "2.1.5",
"summary": "Same web3swift pod version with minor changes for Pocket",
"description": "Web3 implementation in vanilla Swift, intended for mobile developers of wallets, Dapps and Web3.0.",
"homepage": "https://github.com/pokt-network/web3swift",
"license": "Apache License 2.0",
"authors": {
"Pabel Nunez": "pabel@pokt.network"
},
"source": {
"git": "https://github.com/pokt-network/web3swift.git",
"tag": "2.1.5"
},
"swift_versions": "5.0",
"module_name": "Web3swift",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": [
"web3swift/{Promises,Web3,Contract,KeystoreManager,Transaction,Convenience,HookedFunctions}/Classes/*.{h,swift}",
"web3swift/Utils/Classes/{EIP67Code, EIP681, ENS, ENSResolver, NonceMiddleware}.swift",
"web3swift/PrecompiledContracts/**/*.swift",
"web3swift/web3swift.h"
],
"public_header_files": "web3swift/web3swift.h",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"frameworks": "CoreImage",
"dependencies": {
"BigInt": [
"3.1"
],
"CryptoSwift": [
"0.15.0"
],
"PromiseKit": [
"6.4.1"
],
"secp256k1_swift": [
"1.0.3"
],
"SwiftRLP": [
"1.1"
],
"EthereumAddress": [
"1.0.0"
],
"EthereumABI": [
"1.1.1"
],
"Starscream": [
"3.1.0"
]
}
}