[Add] CZarSDK 1.1.9
[CocoaPods.git] / Specs / 8 / 2 / a / Zippy / 0.1 / Zippy.podspec.json
blobd044a3fcd8121f06737c670ea0a95b4b035b01f1
2   "name": "Zippy",
3   "version": "0.1",
4   "summary": "Framework for reading ZIP files",
5   "description": "Zippy is an iOS framework for reading ZIP files. It's written in Swift 3 and uses Apple's compression framework for decompression. Files can be read using URLs or FileWrappers.",
6   "homepage": "https://github.com/clemens-schulz/Zippy",
7   "license": "MIT",
8   "authors": {
9     "Clemens Schulz": "clemens@wetfish.de"
10   },
11   "social_media_url": "https://twitter.com/cl1993",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/clemens-schulz/Zippy.git",
17     "tag": "v0.1"
18   },
19   "source_files": "Zippy",
20   "pushed_with_swift_version": "3.0"