This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luigi Parpinel
committed
Feb 6, 2019
1 parent
9b8ad3a
commit 65fa6d2
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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' | ||
|