Latest | 0.0.1 |
---|---|
Homepage | https://github.com/lhjzzu/HJExtension |
License | MIT |
Platforms | ios , requires ARC |
Authors |
A fast conversion between JSON with model. Your model class don’t need to extend another base class.
注意
如果搜索不到HJExtension,那么需要在终端中执行$pod setup ,第一次比较慢,请耐心等待,执行完成后,再执行pod search HJExtension即可
Latest podspec
{ "name": "HJExtension", "version": "0.0.1", "summary": "this is so simple for JSON to model", "description": "* A fast conversion between JSON to model. Your model class don't need to extend another base class.", "homepage": "https://github.com/lhjzzu/HJExtension", "license": "MIT", "authors": { "lhjzzu": "[email protected]" }, "platforms": { "ios": null }, "source": { "git": "https://github.com/lhjzzu/HJExtension.git", "tag": "0.0.1" }, "source_files": "Classes/*.{h,m}", "requires_arc": true }
Sun, 06 Mar 2016 00:27:04 +0000