Skip to content

Commit c9b53ad

Browse files
- pod spec version number update
- read me version number update
1 parent f8c32ea commit c9b53ad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ObjectMapper.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ObjectMapper'
3-
s.version = '0.17'
3+
s.version = '0.18'
44
s.license = 'MIT'
55
s.summary = 'JSON Object mapping written in Swift'
66
s.homepage = 'https://github.com/Hearst-DD/ObjectMapper'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,12 @@ From this point on, you should open the project using ObjectMapper.xcworkspace a
269269
#Installation
270270
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:
271271
```
272-
pod 'ObjectMapper', '~> 0.17'
272+
pod 'ObjectMapper', '~> 0.18'
273273
```
274274

275275
If your using [Carthage](https://github.com/Carthage/Carthage) you can add a dependency on ObjectMapper by adding it to your Cartfile:
276276
```
277-
github "Hearst-DD/ObjectMapper" ~> 0.17
277+
github "Hearst-DD/ObjectMapper" ~> 0.18
278278
```
279279

280280
Otherwise, ObjectMapper can be added as a submodule:

0 commit comments

Comments
 (0)