Skip to content

Commit 57ec2af

Browse files
author
Alexander Perechnev
committed
Podspec updated.
1 parent 34daf23 commit 57ec2af

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

SidebarOverlay.podspec

Lines changed: 4 additions & 4 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 = "3.1.0"
3+
s.version = "4.0"
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

8-
s.homepage = "https://github.com/alexkrzyzanowski/SidebarOverlay"
8+
s.homepage = "https://github.com/aperechnev/SidebarOverlay"
99
s.license = { :type => 'MIT', :file => 'LICENSE' }
10-
s.author = { "Alex Krzyzanowski" => "alexkrzyzanowski@icloud.com" }
11-
s.source = { :git => "https://github.com/alexkrzyzanowski/SidebarOverlay.git", :tag => "3.1.0" }
10+
s.author = { "Alexander Perechnev" => "alexander@perechnev.com" }
11+
s.source = { :git => "https://github.com/aperechnev/SidebarOverlay.git", :tag => "4.0" }
1212

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

0 commit comments

Comments
 (0)