blob: 8d3a5cc8cf7a5deeeab59086e090af8be96af935 [file] [log] [blame]
{
"name": "GzipSwift-beta",
"version": "4.0.0-beta.2",
"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": "4.0.0-beta.2"
},
"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",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"pushed_with_swift_version": "4.0.0"
}