blob: cbbbf5f78419f59c1c3db28a51464d44939a1941 [file] [log] [blame]
{
"name": "TGSpreadsheetWriter",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "This project provides some classes that allow to read/write spreadsheet files (Excel, OpenOffice) on OS X.",
"homepage": "https://github.com/TimOliver/TGSpreadsheetWriter",
"authors": "Tom Grill",
"source": {
"git": "https://github.com/TimOliver/TGSpreadsheetWriter.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"osx": "10.7"
},
"source_files": "TGSpreadsheetWriter/**/*.{h,m}",
"dependencies": {
"SSZipArchive": [
]
}
}