blob: 845cf6845297c6c7b3f4273d8a0f1bb4a0750915 [file] [log] [blame]
{
"name": "GzipSwift",
"version": "3.1.4",
"summary": "Swift framework that enables gzip/gunzip Data using zlib.",
"homepage": "https://github.com/1024jp/GzipSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1024jp": "1024jp@wolfrosch.com"
},
"social_media_url": "https://twitter.com/1024jp",
"source": {
"git": "https://github.com/1024jp/GzipSwift.git",
"tag": "3.1.4"
},
"source_files": "Sources/*.swift",
"module_name": "Gzip",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"libraries": "z",
"preserve_paths": "zlib/*",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/GzipSwift/zlib"
},
"pushed_with_swift_version": "3.0.1"
}