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 .
99If 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
6060To integrate AnimationSwitchRootViewController into your Xcode project using CocoaPods, specify it in your ` Podfile ` :
6161
6262``` ruby
6363source ' https://github.com/CocoaPods/Specs.git'
6464platform :ios , ' 8.0'
65- use_frameworks!
6665
6766target ' <Your Target Name>' do
6867pod ' AnimationSwitchRootViewController' , ' ~> 1.0'
0 commit comments