Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 490 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 490 Bytes

HTTPServiceKit

HTTPServiceKit is a lightweight HTTP library for implementing RESTful web services in Swift.

Getting started

Adding the dependency

Xcode's Swift Package Manager integration (Xcode 12 and higher):

https://github.com/inmotionsoftware/HTTPServiceKit.git

And use 1.0.0 as base Tag.

Package.swift:

.package(name: "HTTPServiceKit",
         url: "https://github.com/inmotionsoftware/HTTPServiceKit.git",
         .branch("1.0.0"))

License

MIT