Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Jul 27, 2015
2 parents a9fe500 + e8813e4 commit 0126911
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 @@ -148,10 +148,10 @@ Alamofire.request(.GET, URL, parameters: nil)
#Installation
AlamofireObjectMapper can be added to your project using [Cocoapods](https://cocoapods.org/) by adding the following line to your Podfile:
```
pod 'AlamofireObjectMapper', '~> 0.5'
pod 'AlamofireObjectMapper', '~> 0.6'
```

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" ~> 0.5
github "tristanhimmelman/AlamofireObjectMapper" ~> 0.6
```

0 comments on commit 0126911

Please sign in to comment.