From acc92006fce7f87fe4bdea5adcac1bdaab390773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=A5=E7=90=86=E5=A4=A7=E5=8F=94?= Date: Mon, 20 Feb 2017 17:46:12 +0800 Subject: [PATCH] typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 一个真对 iOS 8 => 一个针对 iOS 8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9edb103..13466e9 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ huanghui1](https://github.com/huanghui1)、[Haer不变](http://www.jobbole.com/m ### 事件总线 * Caravel:用于 UIWebView 和 JS 的 Swift 事件总线。★[官网](https://github.com/coshx/caravel) -* SwiftEventBus:一个真对 iOS 8 优化的发布/订阅事件总线。★[官网](https://github.com/cesarferreira/SwiftEventBus) +*   SwiftEventBus:一个针对 iOS 8 优化的发布/订阅事件总线。★[官网](https://github.com/cesarferreira/SwiftEventBus) * PromiseKit:iOS 和 OS X 上的 Promises 实现。[官网](https://github.com/mxcl/PromiseKit) * Bolts:Bolts 是一个试图使构建移动应用更简单的一个底层库集合。包括了任务(promises)和应用关联(deep links)。[官网](https://github.com/BoltsFramework/Bolts-ObjC) * SwiftTask:Swift 实现的 Promise + progress + pause + cancel + retry。 ★[官网](https://github.com/ReactKit/SwiftTask)