Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi Parpinel committed Feb 6, 2019
1 parent 9b8ad3a commit 65fa6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JustPersist.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'JustPersist'
s.version = '2.2.0'
s.version = '2.3.0'
s.summary = 'JustPersist is the easiest and safest way to do persistence on iOS with Core Data support out of the box. It also allows you to migrate to any other persistence framework with minimal effort.'

s.description = "<<-DESC
Expand All @@ -19,7 +19,7 @@ At it's core, JustPersist is a persistence layer with a clear and simple interfa

s.homepage = 'https://github.com/justeat/JustPersist'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.authors = { 'Just Eat iOS team' => '[email protected]', 'Alberto De Bortoli' => '[email protected]', 'Keith Moon' => '[email protected]' }
s.authors = { 'Just Eat iOS team' => '[email protected]', 'Alberto De Bortoli' => '[email protected]', 'Keith Moon' => '[email protected]', 'Luigi Parpinel' => '[email protected]' }

s.source = { :git => 'https://github.com/justeat/JustPersist.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/justeat_tech'
Expand Down

0 comments on commit 65fa6d2

Please sign in to comment.