Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dengbin9009/dbjsonmodel
超简单的线程安全数据模型轮子
https://github.com/dengbin9009/dbjsonmodel
json model objective-c
Last synced: 3 months ago
JSON representation
超简单的线程安全数据模型轮子
- Host: GitHub
- URL: https://github.com/dengbin9009/dbjsonmodel
- Owner: dengbin9009
- License: mit
- Created: 2017-07-10T10:34:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T07:09:48.000Z (over 7 years ago)
- Last Synced: 2024-12-01T01:06:52.753Z (3 months ago)
- Topics: json, model, objective-c
- Language: Objective-C
- Homepage: http://www.jianshu.com/p/fafffd478134
- Size: 69.3 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DBJSONModel
==============[![License MIT](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/ibireme/DBJSONModel/master/LICENSE)
[![CocoaPods](http://img.shields.io/cocoapods/v/DBJSONModel.svg?style=flat)](http://cocoapods.org/pods/DBJSONModel)
[![CocoaPods](http://img.shields.io/cocoapods/p/DBJSONModel.svg?style=flat)](http://cocoadocs.org/docsets/DBJSONModel)
[![Build Status](https://travis-ci.org/ibireme/DBJSONModel.svg?branch=master)](https://travis-ci.org/ibireme/DBJSONModel)
[![codecov.io](https://codecov.io/github/ibireme/DBJSONModel/coverage.svg?branch=master)](https://codecov.io/github/ibireme/DBJSONModel?branch=master)功能介绍图
==============
![功能图解](http://upload-images.jianshu.io/upload_images/1122613-9e2e01e321da39b0.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300)安装
==============### CocoaPods
1. 在 Podfile 中添加 `pod 'DBJSONModel'`。
2. 执行 `pod install` 或 `pod update`。
3. 导入 \。### 手动安装
1. 下载 DBJSONModel 文件夹内的所有内容。
2. 将 DBJSONModel 内的源文件添加(拖放)到你的工程。
3. 导入 `DBModelHeader.h`。系统要求
==============
该项目最低支持 `iOS 6.0` 和 `Xcode 8.0`。许可证
==============
DBJSONModel 使用 MIT 许可证,详情见 LICENSE 文件。相关链接
==============[DBJSONModel 设计思路](http://www.jianshu.com/p/fafffd478134)