8000 Update README.md · indulgeIn/YBModelFile@b3d1fb6 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
indulgeIn authored Dec 23, 2019
1 parent 48f539c commit b3d1fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![License](https://img.shields.io/github/license/indulgeIn/YBModelFile.svg)](https://github.com/indulgeIn/YBModelFile) 


iOS 效率工具:自动生成 Model 文件(数据模型) / iOS efficiency tool : create data model files automatically
根据 JSON 自动生成 Model 文件(数据模型)

技术原理博客:[iOS 效率工具:自动生成 Model 文件](https://www.jianshu.com/p/f30cf05054c6)

Expand All @@ -27,7 +27,7 @@ iOS 效率工具:自动生成 Model 文件(数据模型) / iOS efficiency

### CocoaPods

1. 在 Podfile 中添加 `pod 'YBModelFile'`
1. 在 Podfile 中添加 `pod 'YBModelFile', :configurations => ['Debug']`
2. 执行 `pod install``pod update`
3. 导入 `<YBModelFile/YBModelFile.h>`

Expand Down

0 comments on commit b3d1fb6

Please sign in to comment.
0