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