2 "name": "MFSJSONEntity",
4 "summary": "JSON To Entity Object & Object To JSON String",
5 "description": " JSON转Object是开发中最常用的功能之一;\n\n MFSJSONEntity的特点是它只是NSObject的类别,比较轻量,添加它就能使用JSON同Object相互转换的功能; \n 实体对象属性类型支持:NSString、NSArray、NSDictionary、NSNull和值基本类型; \n 使用framework需Other Linker Flags添加-ObjC;\n",
6 "homepage": "https://github.com/maxfong/MFSJSONEntity",
9 "maxfong": "595215121@qq.com"
15 "git": "https://github.com/maxfong/MFSJSONEntity.git",
20 "MFSJSONEntity/*.{h,m}"
22 "exclude_files": "MFSJSONEntity/MFSJSONEntity Tests"