blob: e954ccdbadb4b019dfe2ef05913e1da3da8c5079 [file] [log] [blame]
{
"name": "PocketAion",
"version": "0.0.10",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/pokt-network/pocket-ios-aion",
"authors": {
"Pabel Nunez L.": "pabel@pokt.network'",
"Luis C. de Leon": "luis@pokt.network"
},
"summary": "An Aion Plugin for the Pocket iOS SDK.",
"source": {
"git": "https://github.com/pokt-network/pocket-ios-aion.git",
"tag": "0.0.10"
},
"source_files": "pocket-aion/**/*.{swift}",
"exclude_files": [
"docs/*",
"pocket-aionTests/**/*.{swift}"
],
"resources": "pocket-aion/aion.bundle",
"swift_version": "4.0",
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "11.4"
},
"dependencies": {
"Pocket": [
"~> 0.0.3"
],
"BigInt": [
"~> 3.1"
],
"SwiftyJSON": [
"~> 4.0"
]
}
}