From e8929ed480b3cdcc4f002884ee769aa8d33b8cfc Mon Sep 17 00:00:00 2001 From: Tristan Himmelman Date: Mon, 10 Aug 2015 12:13:18 -0400 Subject: [PATCH] updated version numbers --- ObjectMapper.podspec | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ObjectMapper.podspec b/ObjectMapper.podspec index b39348eb..189a79fb 100644 --- a/ObjectMapper.podspec +++ b/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' diff --git a/README.md b/README.md index 9d38aaf8..862a501b 100644 --- a/README.md +++ b/README.md @@ -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: