Skip to content

Commit

Permalink
Update podspec to 8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelglow committed Dec 17, 2016
1 parent e0d1472 commit 88cf773
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zipzap.podspec.json
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": {
Expand Down

1 comment on commit 88cf773

@keith
Copy link
Contributor

@keith keith commented on 88cf773 Feb 2, 2017

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?

Please sign in to comment.