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