blob: 128a9960fef032a81200c92678cbe51bf2a31e8e [file] [log] [blame]
{
"name": "NetworkUtils",
"version": "0.0.1",
"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.0.1"
},
"social_media_url": "https://twitter.com/officialryucoin",
"platforms": {
"ios": "12.0"
},
"swift_version": "4.2",
"source_files": "NetworkUtils/Classes/**/*",
"dependencies": {
"PromisesSwift": [
]
}
}