[Add] AlibabacloudSysOM20231230 1.3.0
[CocoaPods.git] / Specs / f / 4 / 7 / GzipSwift / 4.0.1 / GzipSwift.podspec.json
blobf7fba81caaf64d531320ba00fe8a41c6a4a0ef41
2   "name": "GzipSwift",
3   "version": "4.0.1",
4   "summary": "Swift framework that enables gzip/gunzip Data using zlib.",
5   "homepage": "https://github.com/1024jp/GzipSwift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "1024jp": "1024jp@wolfrosch.com"
12   },
13   "social_media_url": "https://twitter.com/1024jp",
14   "source": {
15     "git": "https://github.com/1024jp/GzipSwift.git",
16     "tag": "4.0.1"
17   },
18   "source_files": "Sources/*.swift",
19   "module_name": "Gzip",
20   "platforms": {
21     "osx": "10.9",
22     "ios": "8.0",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "requires_arc": true,
27   "libraries": "z",
28   "pod_target_xcconfig": {
29     "APPLICATION_EXTENSION_API_ONLY": "YES"
30   },
31   "pushed_with_swift_version": "4.0.0"