Skip to content

Commit

Permalink
Updated Podfile, README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkykong committed Sep 2, 2016
1 parent a5c0c53 commit 7646a77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ platform :ios, '8.0'
use_frameworks!

pod 'SideMenu'

# For Swift 3, use:
# pod 'SideMenu', :git => 'https://github.com/jonkykong/SideMenu.git', :branch => 'swift3'
```

Then, run the following command:
Expand Down
2 changes: 1 addition & 1 deletion SideMenu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SideMenu"
s.version = "1.1.9"
s.version = "1.2.0"
s.summary = "Simple side menu control for iOS in Swift inspired by Facebook. Right and Left sides. No coding required."

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 7646a77

Please sign in to comment.