diff --git a/README.md b/README.md index 7363160e..b6b1ca38 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/SideMenu.podspec b/SideMenu.podspec index c84e5d7e..f91c8344 100644 --- a/SideMenu.podspec +++ b/SideMenu.podspec @@ -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.