File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "MMDrawerController"
3
- s . version = "0.1 .0"
3
+ s . version = "0.2 .0"
4
4
s . summary = "A lightweight, easy-to-use side drawer navigation controller."
5
5
s . homepage = "https://github.com/mutualmobile/MMDrawerController"
6
6
s . license = { :type => 'MIT' , :file => 'LICENSE' }
7
7
s . author = { "Kevin Harwood" => "kevin.harwood@mutualmobile.com" }
8
- s . source = { :git => "https://github.com/mutualmobile/MMDrawerController.git" , :tag => "0.1 .0" }
8
+ s . source = { :git => "https://github.com/mutualmobile/MMDrawerController.git" , :tag => "0.2 .0" }
9
9
s . platform = :ios , '5.0'
10
10
s . requires_arc = true
11
11
s . screenshots = [ "http://mutualmobile.github.io/MMDrawerController/ExampleImages/example1.png" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Official appledoc documentation can be found at [CocoaDocs](http://cocoadocs.org
22
22
You can install MMDrawerController in your project by using [ CocoaPods] ( https://github.com/cocoapods/cocoapods ) :
23
23
24
24
``` Ruby
25
- pod ' MMDrawerController' , ' ~> 0.1 .0'
25
+ pod ' MMDrawerController' , ' ~> 0.2 .0'
26
26
```
27
27
28
28
---
You can’t perform that action at this time.
0 commit comments