MHNetworkingKit
A lightweight swift library that contains network related extension and tools, like Multipart Form Data, JSON and URL Encoding.
Installation
Swift Package Manager
Add MHNetworkingKit
to your Swift Package Dependencies.
Carthage
Add github "KoCMoHaBTa/MHNetworkingKit"
to your Cartfile
, then Embed the framework directly into your project.
Cocoapods
Add pod 'MHNetworkingKit'
to your Podfile
Submodules
Add a submodule to your repostiroy, then Embed the framework directly into your project
Manually
Download, then Embed the framework directly into your project