-
Notifications
You must be signed in to change notification settings - Fork 1
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
c32a674
commit cabe539
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "ActivityNavigationItem" | ||
s.version = "1.0.5" | ||
s.summary = "UINavigationItem subclass that indicates activity" | ||
s.description = "Animate the right/left positions with this UINavigationItem subclass. Now a common UI practice for saving/loading information with bar button taps" | ||
s.version = "1.1.0" | ||
s.summary = "Indicate activity on UINavigationItem" | ||
s.description = "Animate the right/left UINavigationItem bar button items. Now a common UI practice for saving/loading information with bar button taps" | ||
s.homepage = "https://github.com/longhorn499/ActivityNavigationItem" | ||
s.license = "MIT" | ||
s.author = { "longhorn499" => "[email protected]" } | ||
s.social_media_url = "http://twitter.com/dirtydan499" | ||
s.platform = :ios, "10.0" | ||
s.platform = :ios, "13.0" | ||
s.swift_version = "5.0" | ||
s.source = { :git => "https://github.com/longhorn499/ActivityNavigationItem.git", :tag => s.version } | ||
s.source_files = 'Source/*.swift' | ||
s.requires_arc = true | ||
|