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