Skip to content

Commit 7b85a23

Browse files
committed
Update readme
1 parent 554079b commit 7b85a23

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Platform](https://cocoapod-badges.herokuapp.com/p/AnimationSwitchRootViewController/badge.png)](http://cocoapods.org/pods/AnimationSwitchRootViewController)
66
[![License](https://cocoapod-badges.herokuapp.com/l/AnimationSwitchRootViewController/badge.png)](https://github.com/ProVir/AnimationSwitchRootViewController/blob/master/LICENSE)
77

8-
Extension for UIWindow - animation switch rootViewController in UIWindow. Support Objective-C, Swift 3 and 4.
8+
Extension for UIWindow - animation switch rootViewController in UIWindow. Support Objective-C, Swift 5.
99
If you need pure Objective-C, use AnimationSwitchRootViewController/ObjC.
1010

1111
![Example demo gif](https://github.com/ProVir/AnimationSwitchRootViewController/blob/master/demo.gif)
@@ -32,8 +32,8 @@ If you need pure Objective-C, use AnimationSwitchRootViewController/ObjC.
3232
## Requirements
3333

3434
- iOS 8.0+
35-
- Xcode 8.1, 8.2, 8.3, and 9.0
36-
- Swift 3.0, 3.1, 3.2, and 4.0
35+
- Xcode 10.2
36+
- Swift 5.0
3737

3838

3939
## Communication
@@ -55,14 +55,13 @@ If you need pure Objective-C, use AnimationSwitchRootViewController/ObjC.
5555
$ gem install cocoapods
5656
```
5757

58-
> CocoaPods 1.1.0+ is required to build AnimationSwitchRootViewController 1.0.0+.
58+
> CocoaPods 1.6.0+ is required to build AnimationSwitchRootViewController 1.0.0+.
5959
6060
To integrate AnimationSwitchRootViewController into your Xcode project using CocoaPods, specify it in your `Podfile`:
6161

6262
```ruby
6363
source 'https://github.com/CocoaPods/Specs.git'
6464
platform :ios, '8.0'
65-
use_frameworks!
6665

6766
target '<Your Target Name>' do
6867
pod 'AnimationSwitchRootViewController', '~> 1.0'

0 commit comments

Comments
 (0)