[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / e / DataCompression / 2.0.1 / DataCompression.podspec.json
blob7bdf8f7957544c65197aa355278a006d4087d583
2   "name": "DataCompression",
3   "version": "2.0.1",
4   "summary": "Swift libcompression wrapper as an extension for the Data type (ZLIB, LZFSE, LZMA, LZ4, deflate, RFC-1950, RFC-1951)",
5   "authors": "Markus Wanke",
6   "homepage": "https://github.com/mw99/DataCompression",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/mw99/DataCompression.git",
13     "tag": "2.0.1"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source_files": "Sources/*.swift",
22   "requires_arc": true,
23   "pushed_with_swift_version": "3.0"