Skip to content

Commit cabe539

Browse files
committed
1.1.0 release after update
1 parent c32a674 commit cabe539

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

ActivityNavigationItem.podspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "ActivityNavigationItem"
3-
s.version = "1.0.5"
4-
s.summary = "UINavigationItem subclass that indicates activity"
5-
s.description = "Animate the right/left positions with this UINavigationItem subclass. Now a common UI practice for saving/loading information with bar button taps"
3+
s.version = "1.1.0"
4+
s.summary = "Indicate activity on UINavigationItem"
5+
s.description = "Animate the right/left UINavigationItem bar button items. Now a common UI practice for saving/loading information with bar button taps"
66
s.homepage = "https://github.com/longhorn499/ActivityNavigationItem"
77
s.license = "MIT"
88
s.author = { "longhorn499" => "[email protected]" }
99
s.social_media_url = "http://twitter.com/dirtydan499"
10-
s.platform = :ios, "10.0"
10+
s.platform = :ios, "13.0"
11+
s.swift_version = "5.0"
1112
s.source = { :git => "https://github.com/longhorn499/ActivityNavigationItem.git", :tag => s.version }
1213
s.source_files = 'Source/*.swift'
1314
s.requires_arc = true

0 commit comments

Comments
 (0)