Skip to content

Commit

Permalink
Bump 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Sep 23, 2016
1 parent 2b174fc commit 66f43a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AdaptiveSpaceItem.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.name = "AdaptiveSpaceItem"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "A NSToolbarItem which will create space to center the next toolbar item"
s.description = "A NSToolbarItem sublclass which will create space to center the next toolbar item"
s.homepage = "https://github.com/recisio/AdaptiveSpaceItem"
s.homepage = "https://github.com/tbaranes/AdaptiveSpaceItem"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Recisio" => "[email protected]" }
s.source = { :git => "https://github.com/recisio/AdaptiveSpaceItem.git", :tag => "#{s.version}" }
s.author = { "Tom Baranes" => "[email protected]" }
s.source = { :git => "https://github.com/tbaranes/AdaptiveSpaceItem.git", :tag => "#{s.version}" }

# ――― Spec tech ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

Expand Down

0 comments on commit 66f43a9

Please sign in to comment.