-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "zipzap", | ||
"version": "8.1.1", | ||
"version": "8.1.2", | ||
"authors": { | ||
"Pixelglow Software": "[email protected]" | ||
}, | ||
"license": "BSD", | ||
"homepage": "https://github.com/pixelglow/ZipZap", | ||
"source": { | ||
"git": "https://github.com/pixelglow/ZipZap.git", | ||
"tag": "8.1.1" | ||
"tag": "8.1.2" | ||
}, | ||
"summary": "ZipZap is a zip file I/O library for Mac OS X and iOS.", | ||
"summary": "ZipZap is a zip file I/O library for iOS, macOS and tvOS.", | ||
"description": "The zip file is an ideal container for compound Objective-C documents. Zip files are widely used and well understood. You can randomly access their parts. The format compresses decently and has extensive operating system and tool support. So we want to make this format an even easier choice for you. Thus, the library features:\n\n- Easy-to-use interface: The public API offers just three classes! Yet you can look through zip files using familiar NSArray collections and properties. And you can zip, unzip and rezip zip files through familiar NSData, NSStream and Image I/O classes.\n- Efficient implementation: We've optimized zip file reading and writing to reduce virtual memory pressure and disk file thrashing. Depending on how your compound document is organized, updating a single entry can be faster than writing the same data to a separate file.\n- File format compatibility: Since ZipZap closely follows the zip file format specification, it is works with most Mac, Linux and Windows zip tools.\n", | ||
"documentation_url": "http://pixelglow.github.io/ZipZap/api/", | ||
"platforms": { | ||
|
88cf773
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you push this new spec to CocoaPods?