4 "summary": "XZJSON 是一款高效的 JSON 数据模型化工具",
5 "description": "XZJSON 基于 YYModel 打造,支持任意数据的模型化;采用了工具类+协议的方式实现,接入更方便。",
6 "homepage": "https://github.com/Xezun/XZJSON",
12 "Xezun": "developer@xezun.com"
15 "git": "https://github.com/Xezun/XZJSON.git",
21 "pod_target_xcconfig": {
22 "GCC_PREPROCESSOR_DEFINITIONS": "XZ_FRAMEWORK=1"
27 "source_files": "XZJSON/Code/**/*.{h,m}",
28 "private_header_files": "XZJSON/Code/**/Objc/*.h",
29 "project_header_files": "XZJSON/Code/**/Private/*.h"