Skip to content

Commit 961b560

Browse files
committed
update
1 parent 74fded0 commit 961b560

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Readme.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# DecouplingKit
22

3+
[![Pod Version](http://img.shields.io/cocoapods/v/DecouplingKit.svg?style=flat)](http://cocoadocs.org/docsets/DecouplingKit/)
4+
[![Pod Platform](http://img.shields.io/cocoapods/p/DecouplingKit.svg?style=flat)](http://cocoadocs.org/docsets/NetworkEye/)
5+
[![Pod License](http://img.shields.io/cocoapods/l/DecouplingKit.svg?style=flat)](https://opensource.org/licenses/MIT)
6+
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/coderyi9)
7+
[![](https://img.shields.io/github/stars/coderyi/DecouplingKit.svg)](https://github.com/coderyi/DecouplingKit/stargazers)
8+
[![](https://img.shields.io/github/forks/coderyi/DecouplingKit.svg)](https://github.com/coderyi/DecouplingKit/network)
9+
[![](https://img.shields.io/cocoapods/dt/DecouplingKit.svg?maxAge=2592000)](https://github.com/coderyi/DecouplingKit)
10+
11+
#### Podfile
12+
13+
```ruby
14+
15+
platform :ios, '7.0'
16+
pod 'DecouplingKit', '~> 0.0.1'
17+
18+
```
19+
320

421
DecouplingKit是一个用于模块之间解耦的方案。
522

@@ -65,3 +82,11 @@ DecouplingKit是基于[BeeHive](https://github.com/alibaba/BeeHive)改造的,B
6582

6683

6784

85+
86+
#### Licenses
87+
88+
All source code is licensed under the [MIT License](https://github.com/coderyi/DecouplingKit/blob/master/LICENSE).
89+
90+
91+
92+

0 commit comments

Comments
 (0)