blob: 257400328671cc2735233b5432688391e659a267 [file] [log] [blame]
{
"name": "CoreXLSX",
"version": "0.9.0",
"summary": "Excel spreadsheet (XLSX) format support in pure Swift",
"swift_versions": [
"4.2",
"5.0"
],
"description": "Excel spreadsheet (XLSX) format support in pure Swift.",
"homepage": "https://github.com/MaxDesiatov/CoreXLSX",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.md"
},
"authors": {
"Max Desiatov": "max@desiatov.com"
},
"source": {
"git": "https://github.com/MaxDesiatov/CoreXLSX.git",
"tag": "0.9.0"
},
"platforms": {
"watchos": "2.0",
"tvos": "9.0",
"ios": "9.0",
"osx": "10.11"
},
"source_files": "Sources/CoreXLSX/**/*.swift",
"dependencies": {
"ZIPFoundation": [
"~> 0.9.9"
],
"XMLCoder": [
"~> 0.9.0"
]
},
"swift_version": "5.0"
}