blob: 210a213fb134c7b8a553265a1676c71f3a11da2a [file] [log] [blame]
{
"name": "HLJson",
"version": "1.0.0",
"summary": "JSON数据处理",
"swift_version": "4.2",
"description": "JSON 结构体\n可以从json字符串创建JSON结构体\njson.key 获取数据\nnumber 类型支持 bool double float int array dictionary 转换",
"homepage": "https://github.com/yuhongli1989/HLJson",
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"authors": {
"yuhongli": "753597827@qq.com"
},
"source": {
"git": "https://github.com/yuhongli1989/HLJson.git",
"tag": "1.0.0"
},
"source_files": "HLJsonDemo/HLJson/*.{swift}",
"deprecated": true
}