Skip to content

Commit 2b62157

Browse files
author
Alexander Perechnev
committed
Podspec updated.
1 parent 123ae13 commit 2b62157

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SidebarOverlay.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Pod::Spec.new do |s|
22
s.name = "SidebarOverlay"
3-
s.version = "4.0"
3+
s.version = "4.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" => "alexander@perechnev.com" }
11-
s.source = { :git => "https://github.com/aperechnev/SidebarOverlay.git", :tag => "4.0" }
11+
s.source = { :git => "https://github.com/aperechnev/SidebarOverlay.git", :tag => "4.1" }
1212

1313
s.platform = :ios, '8.0'
14-
s.source_files = 'SidebarOverlay/SidebarOverlay/*.{h,m,swift}'
14+
s.source_files = 'Source/*.{h,m,swift}'
1515
s.requires_arc = true
1616
end
1717

0 commit comments

Comments
 (0)