blob: 4d2c3baaf3bd29d0282e021db6fd0a8c06f9b625 [file] [log] [blame]
{
"name": "PocketEth",
"version": "0.0.3",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/pokt-network/pocket-ios-eth",
"authors": {
"Luis C. de Leon": "luis@pokt.network",
"Pabel Nunez L.": "pabel@pokt.network"
},
"summary": "An Ethereum Plugin for the Pocket iOS SDK.",
"source": {
"git": "https://github.com/pokt-network/pocket-ios-eth.git",
"tag": "0.0.3"
},
"source_files": "PocketEth/**/*.{swift}",
"exclude_files": [
"docs/*",
"PocketEthTests/**/*.{swift}"
],
"swift_version": "4.0",
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "11.4"
},
"dependencies": {
"Pocket": [
"~> 0.0.3"
],
"web3swift": [
"~> 2.0.4"
],
"CryptoSwift": [
]
}
}