Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Aug 10, 2015
1 parent 9dda03e commit e8929ed
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 = '0.14'
s.version = '0.15'
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 @@ -210,12 +210,12 @@ From this point on, you should open the project using ObjectMapper.xcworkspace a
#Installation
ObjectMapper can be added to your project using [Cocoapods 0.36 (beta)](http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/) by adding the following line to your Podfile:
```
pod 'ObjectMapper', '~> 0.14'
pod 'ObjectMapper', '~> 0.15'
```

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

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

1 comment on commit e8929ed

@RameshGR89
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make compatibility for WatchOS 2 and add WatchOS deployment_target in 'podspec' file

eg. http://blog.cocoapods.org/CocoaPods-0.38/

Please sign in to comment.