From 29be59e6233d808a209866221fe17cda770d52ff Mon Sep 17 00:00:00 2001 From: Tristan Himmelman Date: Wed, 30 Mar 2016 18:09:52 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e7df76..ecceb80 100644 --- a/README.md +++ b/README.md @@ -162,10 +162,10 @@ Alamofire.request(.GET, URL).responseArray { (response: Response<[Forecast], NSE #Installation AlamofireObjectMapper can be added to your project using [CocoaPods](https://cocoapods.org/) by adding the following line to your Podfile: ``` -pod 'AlamofireObjectMapper', '~> 2.1' +pod 'AlamofireObjectMapper', '~> 3.0' ``` If your using [Carthage](https://github.com/Carthage/Carthage) you can add a dependency on AlamofireObjectMapper by adding it to your Cartfile: ``` -github "tristanhimmelman/AlamofireObjectMapper" ~> 2.1 +github "tristanhimmelman/AlamofireObjectMapper" ~> 3.0 ```