Skip to content

Commit

Permalink
Merge pull request #25 from edwardaux/bumping_to_3_1_0
Browse files Browse the repository at this point in the history
Bumping to 3.1.0
  • Loading branch information
edwardaux authored Aug 2, 2016
2 parents f7a2671 + 3a5a409 commit 8a3b7d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "thoughtbot/Argo" ~> 3.0
github "thoughtbot/Argo" ~> 3.1
4 changes: 2 additions & 2 deletions Ogra.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "Ogra"
s.version = "3.0.0"
s.version = "3.1.0"
s.summary = "Provides the ability to convert from a model object into an Argo JSON representation."
s.description = "A companion project for the Argo library that facilitates converting back from model objects into JSON"
s.homepage = "https://github.com/edwardaux/Ogra"
s.license = 'MIT'
s.author = "Craig Edwards"
s.source = { :git => "https://github.com/edwardaux/Ogra.git", :tag => "#{s.version.to_s}" }

s.dependency 'Argo', '~> 3.0'
s.dependency 'Argo', '~> 3.1'
s.source_files = 'Ogra/**/*.{h,swift}'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
Expand Down
2 changes: 1 addition & 1 deletion Ogra/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.2.0</string>
<string>3.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 8a3b7d6

Please sign in to comment.