blob: c3978a937550b4536efbcd1bc5d768ff639559be [file] [log] [blame]
{
"name": "NetworkUtils",
"version": "0.4.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.4.1"
},
"social_media_url": "https://twitter.com/_ryugames",
"platforms": {
"ios": "12.0"
},
"swift_version": "5",
"source_files": "NetworkUtils/Classes/**/*",
"dependencies": {
"PromisesSwift": [
]
}
}