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