This repository was archived by the owner on Jun 17, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 55[ ![ Version] ( https://img.shields.io/cocoapods/v/PagingMenuController.svg?style=flat )] ( http://cocoapods.org/pods/PagingMenuController )
66[ ![ License] ( https://img.shields.io/cocoapods/l/PagingMenuController.svg?style=flat )] ( http://cocoapods.org/pods/PagingMenuController )
77[ ![ Platform] ( https://img.shields.io/cocoapods/p/PagingMenuController.svg?style=flat )] ( http://cocoapods.org/pods/PagingMenuController )
8- ![ Swift 2.2 .x] ( https://img.shields.io/badge/Swift-2.2 .x-orange.svg )
8+ ![ Swift 3.0 .x] ( https://img.shields.io/badge/Swift-3.0 .x-orange.svg )
99
1010This library is inspired by [ PageMenu] ( https://github.com/uacaps/PageMenu )
1111
@@ -276,11 +276,12 @@ It creates a new paging menu controller. Do not forget to cleanup properties in
276276
277277## Requirements
278278
279- iOS8 +
279+ iOS9 +
280280Swift 3.0+
281281Xcode 8.0+
282282
283- Please use [ v1.2.0] ( https://github.com/kitasuke/PagingMenuController/releases/tag/1.2.0 ) for Swift 2.3
283+ [ v1.4.0] ( https://github.com/kitasuke/PagingMenuController/releases/tag/1.4.0 ) for iOS 8 in Swift 3.0
284+ [ v1.2.0] ( https://github.com/kitasuke/PagingMenuController/releases/tag/1.2.0 ) for iOS 8 in Swift 2.3
284285
285286## Installation
286287
@@ -290,7 +291,7 @@ it, simply add the following line to your Podfile:
290291
291292``` ruby
292293source ' https://github.com/CocoaPods/Specs.git'
293- platform :ios , ' 8 .0'
294+ platform :ios , ' 9 .0'
294295use_frameworks!
295296
296297pod " PagingMenuController"
You can’t perform that action at this time.
0 commit comments