Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iwill committed Mar 21, 2016
1 parent dba299a commit 3f26053
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
NBKit
=====

iOS Newbies Development Kit
# iOS Newbies Development Kit

1.`NBKit` 中创建文件,根据功能创建目录、字母顺序排序;

2.`NBKit.h` 中引入头文件;

3.`Podfile` 中引入依赖库;

4.`NBKit.podspec` 中引入依赖库;

*`NBKit.podspec` 中修改版本;

* 执行脚本
```bash
./podspec.sh NBKit 0.0.2
```

* git 提交、打 tag;

* Code Review with Merge Request;

0 comments on commit 3f26053

Please sign in to comment.