From 3b2e3454cf97b9d9682b208bbe503dee3d28228b Mon Sep 17 00:00:00 2001 From: jonkykong Date: Fri, 15 Jan 2016 11:46:27 -0800 Subject: [PATCH] Updated README.md specifically for pods. --- README.md | 14 +++++++------- SideMenu.podspec | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 67f44c9..5ea4889 100644 --- a/README.md +++ b/README.md @@ -3,21 +3,21 @@ [![License](https://img.shields.io/cocoapods/l/SideMenu.svg?style=flat)](http://cocoapods.org/pods/SideMenu) [![Platform](https://img.shields.io/cocoapods/p/SideMenu.svg?style=flat)](http://cocoapods.org/pods/SideMenu) -### If you like SideMenu, give it a ★ at the top right of this page. +### If you like SideMenu, give it a ★ at the top right of its [GitHub](https://github.com/jonkykong/SideMenu) page. SideMenu is a simple and versatile side menu control written in Swift. -- [x] **It can be implemented in storyboard without a single line of [code](#code-less-storyboard-implementation).** -- [x] Three standard animation styles to choose from. -- [x] Highly customizable without needing to write tons of custom code. -- [x] Supports continuous swiping between each side menu in a single gesture. -- [x] Menus can be presented and dismissed the same as any other View Controller since this control uses custom transitions. +* **It can be implemented in storyboard without a single line of code.** +* Three standard animation styles to choose from. +* Highly customizable without needing to write tons of custom code. +* Supports continuous swiping between each side menu in a single gesture. +* Menus can be presented and dismissed the same as any other View Controller since this control uses custom transitions. Check out the example project or this [interactive demo](https://appetize.io/app/5y7n2bk8f6jz58h92871udem54) to see it in action! ![](etc/Preview.gif) ## Requirements -- [x] iOS 8 or higher +* iOS 8 or higher ## Installation diff --git a/SideMenu.podspec b/SideMenu.podspec index 2b7617b..f571527 100644 --- a/SideMenu.podspec +++ b/SideMenu.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "SideMenu" - s.version = "1.0.0" + s.version = "1.0.1" s.summary = "Simple side menu control in Swift inspired by Facebook. Right and Left sides. No coding required." # This description is used to generate tags and improve search results.