[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / f / a / MFSJSONEntity / 1.0.1 / MFSJSONEntity.podspec.json
blob492ef10d4250b56db700dbf8294b2ec87061d16b
2   "name": "MFSJSONEntity",
3   "version": "1.0.1",
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",
7   "license": "MIT",
8   "authors": {
9     "maxfong": "595215121@qq.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/maxfong/MFSJSONEntity.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "MFSJSONEntity",
20     "MFSJSONEntity/*.{h,m}"
21   ],
22   "exclude_files": "MFSJSONEntity/MFSJSONEntity Tests"