Skip to content

Commit 3246ebf

Browse files
committed
[Update] TheRouter (1.1.3)
1 parent 991abc9 commit 3246ebf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

TheRouter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'TheRouter'
11-
s.version = '1.1.2'
11+
s.version = '1.1.3'
1212
s.summary = 'TheRouter一个用于模块间解耦和通信,基于Swift协议进行动态懒加载注册路由与打开路由的工具。同时支持通过Service-Protocol寻找对应的模块,并用 protocol进行依赖注入和模块通信。'
1313

1414
# This description is used to generate tags and improve search results.

TheRouter/Classes/TheRouterManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77

88
import Foundation
9+
import UIKit
910

1011
/// 对于KVO监听,动态创建子类,需要特殊处理
1112
public let NSKVONotifyingPrefix = "KVONotifying_"

0 commit comments

Comments
 (0)