[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / 6 / 5 / 8 / GzipSwift-beta / 4.0.0-beta.2 / GzipSwift-beta.podspec.json
blob8d3a5cc8cf7a5deeeab59086e090af8be96af935
2   "name": "GzipSwift-beta",
3   "version": "4.0.0-beta.2",
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.0-beta.2"
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"