blob: c45a4b9300bb46203c158afcb7c1e4b3b82d2c43 [file] [log] [blame]
{
"name": "PSXLSReader",
"version": "0.1.1",
"summary": "a xls reader in objective-c",
"description": "PSXLSReader is a branch of DHlibxls. DHlibxls seem to been deprecated since three years ago and no one maintained. \nso PSXLSReader came here.",
"homepage": "https://github.com/DeveloperPans/PSXLSReader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DeveloperPans": "shengpann@163.com"
},
"source": {
"git": "https://github.com/DeveloperPans/PSXLSReader.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "PSXLSReader/Classes/**/*",
"public_header_files": "PSXLSReader/Classes/PSXLSReader/*.h",
"libraries": [
"iconv.2",
"z"
]
}