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