Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
Update URLNavigator dependency to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Oct 19, 2017
1 parent 97dca9f commit e88dc6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
1 change: 1 addition & 0 deletions DrrribleTests/Sources/Stubs/StubNavigator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import URLNavigator

final class StubNavigator: NavigatorType {
let matcher = URLMatcher()
weak var delegate: NavigatorDelegate?

func register(_ pattern: URLPattern, _ factory: @escaping ViewControllerFactory) {
// do nothing
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ target 'Drrrible' do
pod 'SwiftyColor'
pod 'SwiftyImage'
pod 'UITextView+Placeholder'
pod 'URLNavigator', :git => 'https://github.com/devxoul/URLNavigator.git', :branch => 'urlnavigator2'
pod 'URLNavigator'
pod 'KeychainAccess'
pod 'Immutable'
pod 'Carte'
Expand Down
14 changes: 4 additions & 10 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ PODS:
- Umbrella/Core (0.6.0)
- Umbrella/Firebase (0.6.0):
- Umbrella/Core
- URLNavigator (1.3.0)
- URLNavigator (2.0.0)
- WebLinking (2.0.0)

DEPENDENCIES:
Expand Down Expand Up @@ -146,7 +146,7 @@ DEPENDENCIES:
- UITextView+Placeholder
- Umbrella
- Umbrella/Firebase
- URLNavigator (from `https://github.com/devxoul/URLNavigator.git`, branch `urlnavigator2`)
- URLNavigator
- WebLinking (from `https://github.com/devxoul/WebLinking.swift`, branch `swift-4.0`)

EXTERNAL SOURCES:
Expand All @@ -156,9 +156,6 @@ EXTERNAL SOURCES:
SectionReactor:
:branch: swift-4.0
:git: https://github.com/devxoul/SectionReactor.git
URLNavigator:
:branch: urlnavigator2
:git: https://github.com/devxoul/URLNavigator.git
WebLinking:
:branch: swift-4.0
:git: https://github.com/devxoul/WebLinking.swift
Expand All @@ -170,9 +167,6 @@ CHECKOUT OPTIONS:
SectionReactor:
:commit: 96aa587080bf5c278f554b85cdf37a36e9847a5a
:git: https://github.com/devxoul/SectionReactor.git
URLNavigator:
:commit: 3ac54a5018279478829a75be7495ff0c93fe9a60
:git: https://github.com/devxoul/URLNavigator.git
WebLinking:
:commit: 9f425b2dc9d48647d62f234be2527f962831728c
:git: https://github.com/devxoul/WebLinking.swift
Expand Down Expand Up @@ -221,9 +215,9 @@ SPEC CHECKSUMS:
UICollectionViewFlexLayout: 81ebb940737f0689ce35efd8c7cfa7c7f68d2d18
UITextView+Placeholder: 77680995fcdd07c3f52ec92fe1150874a2ac89ff
Umbrella: a4b409f07d023748ce84959363341ca7068c82ef
URLNavigator: 6d0462546e9f4b68d9aa379501e9d54218509310
URLNavigator: 88f6b347723c1fef87c50f08ee08a1d58fceef79
WebLinking: a2ffdedbc8741b6cc490a3a06b747f7b528d6b7b

PODFILE CHECKSUM: e542dc65265730e84c66272fd04606af9f7e8947
PODFILE CHECKSUM: 2d97c09e57fcea77e4aec7a38fb03e78af8c5759

COCOAPODS: 1.3.1

0 comments on commit e88dc6d

Please sign in to comment.