Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
casatwy committed Nov 25, 2016
1 parent 4bade8d commit 6614951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CTMediator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "CTMediator"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "CTMediator."

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CTMediator
==========

```
pod "CTMediator"
```

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

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

0 comments on commit 6614951

Please sign in to comment.