Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Mar 30, 2016
1 parent fb15b34 commit 29be59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 29be59e

Please sign in to comment.