Skip to content
This repository was archived by the owner on Jun 17, 2018. It is now read-only.

Commit f3bab20

Browse files
authored
Update README.md
1 parent 6e206c7 commit f3bab20

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

1010
This 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+
280280
Swift 3.0+
281281
Xcode 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
292293
source 'https://github.com/CocoaPods/Specs.git'
293-
platform :ios, '8.0'
294+
platform :ios, '9.0'
294295
use_frameworks!
295296

296297
pod "PagingMenuController"

0 commit comments

Comments
 (0)