blob: 0320c4fba48ed49bf5cd4ed9feee894fc6ea5f74 [file] [log] [blame]
{
"name": "LwExcelParseTools",
"version": "0.1.0",
"summary": "LwExcelParseTools 解析excel(xlsx,xls)",
"description": "LwExcelParseTools 能够解析xlsx和xls为后缀名的excel。",
"homepage": "https://github.com/guakeliao/LwExcelParseTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liaowei": "598951856@qq.com"
},
"source": {
"git": "https://github.com/guakeliao/LwExcelParseTools.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ExcelParseTools/Classes/**/*",
"vendored_libraries": "ExcelParseTools/Assets/**/*.a",
"libraries": [
"iconv",
"z"
]
}