[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 2 / a / DeflateSwift / 0.0.4 / DeflateSwift.podspec.json
blobc2135c57d3092d561f7195b912790a637475d5ec
2   "name": "DeflateSwift",
3   "version": "0.0.4",
4   "summary": "Simple interface for the deflate compression format in Swift.",
5   "homepage": "https://github.com/tidwall/DeflateSwift",
6   "license": {
7     "type": "Attribution License",
8     "file": "LICENSE"
9   },
10   "source": {
11     "git": "https://github.com/tidwall/DeflateSwift.git",
12     "tag": "0.0.4"
13   },
14   "authors": {
15     "Josh Baker": "joshbaker77@gmail.com"
16   },
17   "social_media_url": "https://twitter.com/tidwall",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": "deflate.swift",
23   "requires_arc": true,
24   "libraries": "z"