blob: 04e8c448cd3b13f7694882b7c05895b8b14ab0d5 [file] [log] [blame]
{
"name": "WZLSerializeKit",
"version": "1.2.2",
"summary": "A four-line tool to enable serialize and deserialize in iOS platform",
"description": "A four-line tool to enable serialize and deserialize in iOS platform. 4行代码完成iOS序列化与反序列化.",
"homepage": "https://github.com/weng1250/WZLSerializeKit",
"license": {
"type": "None",
"file": "LICENSE"
},
"authors": {
"Zilin Weng翁子林": "zilin_weng@163.com"
},
"source": {
"git": "https://github.com/weng1250/WZLSerializeKit.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "WZLSerializeKit/*.{h,m}",
"public_header_files": "WZLSerializeKit/*.h"
}