Skip to content

Commit 04f7f99

Browse files
committed
Update pod (move ObjC to submodule in cocoapods)
1 parent 21bd486 commit 04f7f99

File tree

3 files changed

+4
-37
lines changed

3 files changed

+4
-37
lines changed

AnimationSwitchRootViewController.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Support two types animation: CATransition and move shnapshots views.
1414
s.author = { "ViR (Vitaliy Korotkiy)" => "[email protected]" }
1515
s.source = { :git => "https://github.com/ProVir/AnimationSwitchRootViewController.git", :tag => "#{s.version}" }
1616

17+
s.platform = :ios, "8.0"
1718
s.default_subspec = 'Swift'
1819

1920

AnimationSwitchRootViewControllerObjC.podspec

Lines changed: 0 additions & 34 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![License](https://cocoapod-badges.herokuapp.com/l/AnimationSwitchRootViewController/badge.png)](https://github.com/ProVir/AnimationSwitchRootViewController/blob/master/LICENSE)
77

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

1111
![Example demo gif](https://github.com/ProVir/AnimationSwitchRootViewController/blob/master/demo.gif)
1212

@@ -75,9 +75,9 @@ Then, run the following command:
7575
$ pod install
7676
```
7777

78-
if you need pure Objective-C, use AnimationSwitchRootViewControllerObjC:
78+
if you need pure Objective-C, use AnimationSwitchRootViewController/ObjC:
7979
```ruby
80-
pod 'AnimationSwitchRootViewControllerObjC', '~> 1.0'
80+
pod 'AnimationSwitchRootViewController/ObjC', '~> 1.0'
8181
```
8282

8383
### Carthage

0 commit comments

Comments
 (0)