-
Notifications
You must be signed in to change notification settings - Fork 20
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
Showing
3 changed files
with
8 additions
and
7 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
4.0.3 |
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Shallows" | ||
s.version = "0.1" | ||
s.summary = "" | ||
s.version = "0.8.1" | ||
s.summary = "Your lightweight persistence toolbox." | ||
s.description = <<-DESC | ||
Your description here. | ||
Shallows is a generic abstraction layer over lightweight data storage and persistence. It provides a Storage<Key, Value> type, instances of which can be easily transformed and composed with each other. It gives you an ability to create highly sophisticated, effective and reliable caching/persistence solutions. | ||
DESC | ||
s.homepage = "https://github.com/dreymonde/Shallows" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "Oleg Dreyman" => "[email protected]" } | ||
s.social_media_url = "" | ||
s.social_media_url = "https://twitter.com/olegdreyman" | ||
s.ios.deployment_target = "8.0" | ||
s.osx.deployment_target = "10.9" | ||
s.osx.deployment_target = "10.10" | ||
s.watchos.deployment_target = "2.0" | ||
s.tvos.deployment_target = "9.0" | ||
s.source = { :git => "https://github.com/dreymonde/Shallows.git", :tag => s.version.to_s } | ||
|
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