Skip to content

Commit 1a11cd7

Browse files
committed
updating the pod spec and the readme file
1 parent b2cf044 commit 1a11cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HttpUtility.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
#
1717

1818
spec.name = "HttpUtility"
19-
spec.version = "1.1.0"
19+
spec.version = "1.2.0"
2020
spec.summary = "HttpUtility is helpful in making HTTP requests in iOS application"
2121

2222
# This description is used to generate tags and improve search results.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Most of the time iOS application just perform simple HTTP operations which inclu
1515
[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:
1616

1717
```
18-
pod 'HttpUtility', '~> 1.1'
18+
pod 'HttpUtility', '~> 1.2'
1919
```
2020

2121
# Using HttpUtility

0 commit comments

Comments
 (0)