Skip to content

Commit

Permalink
updated version again
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Jul 27, 2015
1 parent 130924d commit effd3e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ObjectMapper.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ObjectMapper'
s.version = '0.13'
s.version = '0.14'
s.license = 'MIT'
s.summary = 'JSON Object mapping written in Swift'
s.homepage = 'https://github.com/Hearst-DD/ObjectMapper'
Expand Down
2 changes: 1 addition & 1 deletion ObjectMapper/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.13</string>
<string>0.14</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
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.13'
pod 'ObjectMapper', '~> 0.14'
```

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.13
github "Hearst-DD/ObjectMapper" ~> 0.14
```

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

0 comments on commit effd3e1

Please sign in to comment.