Skip to content

Commit

Permalink
Update pod (move ObjC to submodule in cocoapods)
Browse files Browse the repository at this point in the history
  • Loading branch information
ProVir committed Nov 4, 2017
1 parent 21bd486 commit 04f7f99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 37 deletions.
1 change: 1 addition & 0 deletions AnimationSwitchRootViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Support two types animation: CATransition and move shnapshots views.
s.author = { "ViR (Vitaliy Korotkiy)" => "admin@provir.ru" }
s.source = { :git => "https://github.com/ProVir/AnimationSwitchRootViewController.git", :tag => "#{s.version}" }

s.platform = :ios, "8.0"
s.default_subspec = 'Swift'


Expand Down
34 changes: 0 additions & 34 deletions AnimationSwitchRootViewControllerObjC.podspec

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![License](https://cocoapod-badges.herokuapp.com/l/AnimationSwitchRootViewController/badge.png)](https://github.com/ProVir/AnimationSwitchRootViewController/blob/master/LICENSE)

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

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

Expand Down Expand Up @@ -75,9 +75,9 @@ Then, run the following command:
$ pod install
```

if you need pure Objective-C, use AnimationSwitchRootViewControllerObjC:
if you need pure Objective-C, use AnimationSwitchRootViewController/ObjC:
```ruby
pod 'AnimationSwitchRootViewControllerObjC', '~> 1.0'
pod 'AnimationSwitchRootViewController/ObjC', '~> 1.0'
```

### Carthage
Expand Down

0 comments on commit 04f7f99

Please sign in to comment.