blob: 8c9a888d6f9043a7fd7d52413c98e38d926bd68c [file] [log] [blame]
{
"name": "DeflateSwift",
"version": "0.0.6",
"summary": "Simple interface for the deflate compression format in Swift.",
"homepage": "https://github.com/tidwall/DeflateSwift",
"license": {
"type": "Attribution License",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/tidwall/DeflateSwift.git",
"tag": "0.0.6"
},
"authors": {
"Josh Baker": "joshbaker77@gmail.com"
},
"social_media_url": "https://twitter.com/tidwall",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "deflate.swift",
"requires_arc": true,
"libraries": "z"
}