-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
0b3da42
commit 3120b75
Showing
2 changed files
with
4 additions
and
4 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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "LMStorage" | ||
s.version = "1.0.1" | ||
s.version = "1.0.2" | ||
s.summary = "💾 LMStorage is a framework which reduces the complexity of managing a persistent layer." | ||
s.requires_arc = true | ||
s.homepage = "https://github.com/thejohnlima/LMStorage" | ||
s.license = "MIT" | ||
s.author = { "John Lima" => "[email protected]" } | ||
s.social_media_url = "https://twitter.com/thejohnlima" | ||
s.platform = :ios, "9.0" | ||
s.platform = :ios, "12.1" | ||
s.source = { :git => "https://github.com/thejohnlima/LMStorage.git", :tag => "#{s.version}" } | ||
s.source_files = "Sources/LMStorage/**/*.{swift}" | ||
s.swift_version = "5.0" | ||
|
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