Skip to content

Commit 114d5eb

Browse files
author
Alexander Perechnev
committed
Merge branch 'release/1.0.1'
2 parents 81b47c7 + dcb96d4 commit 114d5eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SidebarOverlay.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "SidebarOverlay"
3-
s.version = "1.0.0"
3+
s.version = "1.0.1"
44
s.summary = "Yet another implementation of sidebar menu, but here your menu appears over the top view controller."
55

66
s.description = "Yet another implementation of sidebar menu, but here your menu appears over the top view controller. You questions and pull requests are wolcome."
77

88
s.homepage = "https://github.com/aperechnev/SidebarOverlay"
99
s.license = { :type => 'MIT', :file => 'LICENSE' }
1010
s.author = { "Alexander Perechnev" => "herfleisch@me.com" }
11-
s.source = { :git => "https://github.com/aperechnev/SidebarOverlay.git", :tag => "1.0" }
11+
s.source = { :git => "https://github.com/aperechnev/SidebarOverlay.git", :tag => "1.0.1" }
1212

1313
s.platform = :ios, '8.0'
1414
s.source_files = 'SidebarOverlay/SidebarOverlay/*.{h,m,swift}'

0 commit comments

Comments
 (0)