Skip to content

Commit 5ac8350

Browse files
authored
Update README.md
1 parent f7680dc commit 5ac8350

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,45 @@
11
# swift-http-client
2+
3+
[![CI](https://github.com/uhooi/swift-http-client/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/uhooi/swift-http-client/actions/workflows/main.yml)
4+
[![Release](https://img.shields.io/github/v/release/uhooi/swift-http-client)](https://github.com/uhooi/swift-http-client/releases/latest)
5+
[![License](https://img.shields.io/github/license/uhooi/swift-http-client)](https://github.com/uhooi/swift-http-client/blob/main/LICENSE)
6+
[![Twitter](https://img.shields.io/twitter/follow/the_uhooi?style=social)](https://twitter.com/the_uhooi)
7+
28
Communicate via HTTP easily in Swift.
9+
10+
## Table of Contents
11+
12+
- [Installation](#installation)
13+
- [How to use](#how-to-use)
14+
- [Contribution](#contribution)
15+
16+
## Installation
17+
18+
### Swift Package Manager (Recommended)
19+
20+
#### Package
21+
22+
TBD
23+
24+
#### Xcode
25+
26+
TBD
27+
28+
### CocoaPods
29+
30+
TBD
31+
32+
### Carthage
33+
34+
TBD
35+
36+
## How to use
37+
38+
You can just import `HTTPClient` to use it.
39+
40+
## Contribution
41+
42+
I would be happy if you contribute :)
43+
44+
- [New issue](https://github.com/uhooi/swift-http-client/issues/new)
45+
- [New pull request](https://github.com/uhooi/swift-http-client/compare)

0 commit comments

Comments
 (0)