We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991abc9 commit 3246ebfCopy full SHA for 3246ebf
TheRouter.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'TheRouter'
11
- s.version = '1.1.2'
+ s.version = '1.1.3'
12
s.summary = 'TheRouter一个用于模块间解耦和通信,基于Swift协议进行动态懒加载注册路由与打开路由的工具。同时支持通过Service-Protocol寻找对应的模块,并用 protocol进行依赖注入和模块通信。'
13
14
# This description is used to generate tags and improve search results.
TheRouter/Classes/TheRouterManager.swift
@@ -6,6 +6,7 @@
6
//
7
import Foundation
+import UIKit
/// 对于KVO监听,动态创建子类,需要特殊处理
public let NSKVONotifyingPrefix = "KVONotifying_"
0 commit comments