blob: 2797ac13fbc06a3f37f648758bc3876826e1858f [file] [log] [blame]
{
"name": "NetworkHandler",
"version": "0.9.3",
"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.3"
},
"platforms": {
"ios": "10.0",
"osx": "10.11"
},
"source_files": "NetworkHandler/*.swift",
"ios": {
"source_files": "iOS/*.swift"
},
"osx": {
"source_files": "macOS/*.swift"
},
"swift_version": "5.0"
}