blob: e3fd5f18780c82f390e4ff0cec98591d99839aee [file] [log] [blame]
{
"name": "ZW_JsonLib",
"version": "0.0.2",
"summary": "A short description of ZW_JsonLib.",
"description": "JSON解析基础库",
"homepage": "https://gitee.com/qiuzhongwei0519/ZW_JsonLib",
"license": "MIT",
"authors": {
"qiuzhongwei0519": "512866393@qq.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "git@gitee.com:qiuzhongwei0519/ZW_JsonLib.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": "Foundation"
}