Skip to content

Commit 90cbb6a

Browse files
authored
Updating readme file
updating read me file with installation instructions
1 parent 909cec4 commit 90cbb6a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ HttpUtility is a light weight open source MIT license project which is helpful i
66
# Purpose of usage
77
Most of the time iOS application just perform simple HTTP operations which include sending request to the server and getting a response and displaying it to the user. If your iOS app does that then you may use this utility which does not do too much of heavy lifting and just pushes your request to the server and returns you a decoded object.
88

9+
# Installation
10+
11+
## CocoaPods
12+
[CocoaPods](https://cocoapods.org/) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate HttpUtility into your Xcode project using CocoaPods, specify it in your Podfile:
13+
14+
```
15+
pod 'HttpUtility', '~> 1.1'
16+
```
17+
918
# Using HttpUtility
1019
## Introduction
1120
HttpUtility can be used for basic http operations like get, post, put and delete. It uses [URLSession](https://developer.apple.com/documentation/foundation/urlsession) to perform operations and is just a wrapper around it.

0 commit comments

Comments
 (0)