Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Nov 24, 2015
2 parents f17758d + 83573ee commit e373f63
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 @@ -163,10 +163,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.0'
pod 'AlamofireObjectMapper', '~> 2.1'
```

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.0
github "tristanhimmelman/AlamofireObjectMapper" ~> 2.1
```

0 comments on commit e373f63

Please sign in to comment.