| { |
| "name": "DeflateSwift", |
| "version": "0.0.3", |
| "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.3" |
| }, |
| "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" |
| } |