blob: bdceb05c020638a205bb1f650d52c79dc116d001 [file] [log] [blame]
{
"name": "NetworkHandler",
"version": "0.9.2",
"summary": "NetworkHandler replaces URLSession by providing a clean way to make HTTP network requests",
"swift_versions": "5.0",
"description": "NetworkHandler reduces the boilerplate code you need to deal with when you make an HTTP network request! It makes use of the Swift 5 Result type to cut down redundancies.",
"homepage": "https://github.com/mredig/NetworkHandler",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Michael Redig, Alex Mata, Hector Villasano": "refer to github"
},
"source": {
"git": "https://github.com/mredig/NetworkHandler.git",
"tag": "0.9.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"NetworkHandler/*.swift",
"NetworkHandler/NetworkHandler/Info.plist"
],
"swift_version": "5.0"
}