Skip to content

Commit

Permalink
modification
Browse files Browse the repository at this point in the history
  • Loading branch information
casatwy committed Dec 31, 2016
1 parent c1c9ec2 commit b34ee07
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
CTMediator
==========

objective-c:

```
pod "CTMediator"
```

swift:

```
use_frameworks!
pod "CTMediator"
```

[Demo](https://github.com/ModulizationDemo)

---

[iOS应用架构谈 组件化方案](http://casatwy.com/iOS-Modulization.html)
<br>

[在现有工程中实施基于CTMediator的组件化方案](http://casatwy.com/modulization_in_action.html)

`Category`目录在实际工程中是单独的一个repo,调用者通过依赖category这个repo来完成功能调度。一般来说是每一个业务对应一个category的repo。因此调用者需要调度哪个业务,就依赖哪个业务的category。category这个repo由对应提供服务的业务来维护。
Expand Down

0 comments on commit b34ee07

Please sign in to comment.