From 1e2693645c9147b0cb8e21668607b471c31a1637 Mon Sep 17 00:00:00 2001 From: IRSHAD PC Date: Fri, 2 Jun 2017 12:52:33 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34b6a03..c2e6593 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Ohana is a framework for working with a user's contacts on the iOS platform. It To integrate Ohana into your project using [CocoaPods](http://cocoapods.org), add the following line to your Podfile: ```ruby -pod 'Ohana', '~> 1.3' +pod 'Ohana' ``` #### Carthage From 4daf2d7d398da996647c29331346f9d06e924f6e Mon Sep 17 00:00:00 2001 From: IRSHAD PC Date: Thu, 8 Jun 2017 23:37:40 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2e6593..34cbd99 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Ohana is a framework for working with a user's contacts on the iOS platform. It To integrate Ohana into your project using [CocoaPods](http://cocoapods.org), add the following line to your Podfile: ```ruby -pod 'Ohana' + pod 'Ohana', '~> 2.0' ``` #### Carthage