blob: 78b81f6fdfd39389805786b91aa7abc43a01083f [file] [log] [blame]
{
"name": "NetworkUtils",
"version": "0.6.1",
"summary": "Swift package for handling HTTP requests",
"homepage": "https://github.com/Ryucoin/NetworkUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WyattMufson": "wyatt@ryu.games"
},
"source": {
"git": "https://github.com/Ryucoin/NetworkUtils.git",
"tag": "0.6.1"
},
"platforms": {
"ios": "12.0"
},
"swift_version": "5",
"source_files": "NetworkUtils/Classes/**/*",
"dependencies": {
"SwiftPromises": [
"0.1.0"
]
}
}