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