blob: e5e738146bc8988cec5054cbd7e66cd3f6ad07e6 [file] [log] [blame]
{
"name": "DataCompression",
"version": "3.2.0",
"summary": "Swift libcompression wrapper as an extension for the Data type (GZIP, ZLIB, LZFSE, LZMA, LZ4, deflate, RFC-1950, RFC-1951, RFC-1952)",
"authors": {
"Markus Wanke": "mw99@users.noreply.github.com"
},
"homepage": "https://github.com/mw99/DataCompression",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/mw99/DataCompression.git",
"tag": "3.2.0"
},
"swift_version": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/DataCompression/*.swift",
"requires_arc": true
}