We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a31e9e commit d14e676Copy full SHA for d14e676
MMDrawerController.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "MMDrawerController"
3
- s.version = "0.4.0"
+ s.version = "0.5.0"
4
s.summary = "A lightweight, easy-to-use side drawer navigation controller."
5
s.homepage = "https://github.com/mutualmobile/MMDrawerController"
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
7
s.author = { "Kevin Harwood" => "[email protected]" }
8
- s.source = { :git => "https://github.com/mutualmobile/MMDrawerController.git", :tag => "0.4.0" }
+ s.source = { :git => "https://github.com/mutualmobile/MMDrawerController.git", :tag => "0.5.0" }
9
s.platform = :ios, '5.0'
10
s.requires_arc = true
11
s.screenshots = [ "http://mutualmobile.github.io/MMDrawerController/ExampleImages/example1.png",
0 commit comments