blob: 01efab26020fdfc201f59ce3979f7f74f6f5fe79 [file] [log] [blame]
{
"name": "DataCompression",
"version": "2.0.0",
"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.0"
},
"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"
}