blob: 2ccb7fb62d203b34b043803b48b6609a42a31de1 [file] [log] [blame]
{
"name": "CoreXLSX",
"version": "0.7.0",
"summary": "Excel spreadsheet (XLSX) format support in pure Swift",
"swift_version": "4.2",
"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.7.0"
},
"social_media_url": "https://twitter.com/MaxDesiatov",
"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.5.1"
]
}
}