Skip to content

Commit

Permalink
- updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Oct 7, 2016
1 parent 2ddaf20 commit d2f21e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ObjectMapper.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ObjectMapper'
s.version = '2.0.0'
s.version = '2.1.0'
s.license = 'MIT'
s.summary = 'JSON Object mapping written in Swift'
s.homepage = 'https://github.com/Hearst-DD/ObjectMapper'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -453,12 +453,12 @@ Before submitting any pull request, please ensure you have run the included test
ObjectMapper can be added to your project using [CocoaPods 0.36 or later](http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/) by adding the following line to your `Podfile`:

```ruby
pod 'ObjectMapper', '~> 2.0'
pod 'ObjectMapper', '~> 2.1'
```

If you're using [Carthage](https://github.com/Carthage/Carthage) you can add a dependency on ObjectMapper by adding it to your `Cartfile`:
```
github "Hearst-DD/ObjectMapper" ~> 2.0
github "Hearst-DD/ObjectMapper" ~> 2.1
```

Otherwise, ObjectMapper can be added as a submodule:
Expand Down

0 comments on commit d2f21e9

Please sign in to comment.