blob: 7cb763031f8d695fb001505ebcb4e8ca5e88567b [file] [log] [blame]
{
"name": "NetworkUtils",
"version": "0.3.0",
"summary": "Swift package for handling HTTP requests",
"homepage": "https://github.com/Ryucoin/NetworkUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WyattMufson": "wyatt@ryucoin.com"
},
"source": {
"git": "https://github.com/Ryucoin/NetworkUtils.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/_ryugames",
"platforms": {
"ios": "12.0"
},
"swift_version": "5",
"source_files": "NetworkUtils/Classes/**/*",
"dependencies": {
"PromisesSwift": [
]
}
}