blob: 65727e7482212439aca654441c66291467cccdf0 [file] [log] [blame]
{
"name": "NetworkUtils",
"version": "1.0.0",
"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": "1.0.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.1",
"source_files": "NetworkUtils/Classes/**/*",
"dependencies": {
"SwiftPromises": [
"1.0.1"
]
},
"swift_version": "5.1"
}