Skip to content

Commit

Permalink
1.1.0 release after update
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin49999 committed Jan 9, 2020
1 parent c32a674 commit cabe539
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

9 changes: 5 additions & 4 deletions ActivityNavigationItem.podspec
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
Expand Down

0 comments on commit cabe539

Please sign in to comment.