Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.35 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.35 KB

MHNetworkingKit

Build Status

A lightweight swift library that contains network related extension and tools, like Multipart Form Data, JSON and URL Encoding.

Installation

Add MHNetworkingKit to your Swift Package Dependencies.

Add github "KoCMoHaBTa/MHNetworkingKit" to your Cartfile, then Embed the framework directly into your project.

Add pod 'MHNetworkingKit' to your Podfile

Add a submodule to your repostiroy, then Embed the framework directly into your project

Manually

Download, then Embed the framework directly into your project