{"id":15038954,"url":"https://github.com/clemens-schulz/zippy","last_synced_at":"2025-08-22T20:12:44.679Z","repository":{"id":56931529,"uuid":"79257695","full_name":"clemens-schulz/Zippy","owner":"clemens-schulz","description":"Framework for reading ZIP files on iOS","archived":false,"fork":false,"pushed_at":"2019-03-28T20:33:07.000Z","size":98,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T08:05:07.484Z","etag":null,"topics":["ios","ios-swift","swift-4","zip"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clemens-schulz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-17T18:24:19.000Z","updated_at":"2024-07-16T17:39:54.000Z","dependencies_parsed_at":"2022-08-21T00:01:15.682Z","dependency_job_id":null,"html_url":"https://github.com/clemens-schulz/Zippy","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemens-schulz%2FZippy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemens-schulz%2FZippy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemens-schulz%2FZippy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemens-schulz%2FZippy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clemens-schulz","download_url":"https://codeload.github.com/clemens-schulz/Zippy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254256645,"owners_count":22040325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","ios-swift","swift-4","zip"],"created_at":"2024-09-24T20:40:55.168Z","updated_at":"2025-05-15T01:33:30.741Z","avatar_url":"https://github.com/clemens-schulz.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zippy\n\nZippy is an iOS framework for reading ZIP files. It's written in Swift 4 and uses [Apple's compression framework](https://developer.apple.com/reference/compression) for decompression.\n\nPlease read the [TODO section](#todo) before using it!\n\n## Features\n\n- Easy to use\n- Support for reading ZIP files using `FileWrapper` or `URL`\n- Support for split ZIP files\n- Tests\n\n## Usage\n\n``` swift\nimport Zippy\n\nlet fileURL = \u003cURL to file\u003e\nlet file = try! ZipFile(url: fileURL)\n\nfor filename in file {\n    let data = file[filename]\n    // Do something with file data…\n}\n```\n\n## Installation\n\nZippy requires Swift 4 and iOS 10.0 or greater.\n\n### CocoaPods\n\n1. Make sure [CocoaPods](https://cocoapods.org) is installed and `cd` into your project directory.\n\n2. Update your Podfile to include the following\n\n``` ruby\npod 'Zippy'\n```\n\n3. Run `pod install`\n\n### Manual\n\n1. Submodule, clone, or download Zippy and drag the **Zippy.xcodeproj** file into your own project.\n\n2. Select your project file in the Xcode sidebar, then select your target. In the **General** tab, click the **+** button under **Embedded Binaries**.\n\n3. Select **Zippy.framework**.\n\n4. **Add**.\n\nThe framework should appear under **Embedded Binaries** and **Linked Frameworks and Libraries**\n\n## Tests\n\nTestdata is generated automatically when running the tests for the first time. It's **about 640MB big** to test the framework with large files. I should probably add an option to skip the large file test…\n\n## TODO\n\nThe framework is already usable, but it still ignores a lot of information in ZIP files. It has not been tested with ZIP files from different sources. Make sure to test it thoroughly before shipping your app.\n\nThere is still a lot do to:\n\n- A lot of small stuff (see \"// TODO:\" in source code)\n- Support for password-protected ZIP files\n- Creating and editing ZIP files\n- Support for more compression algorithms\n- More and better tests\n- More documentation in code\n- Support for macOS (new target and tests)\n\nFeel free to send pull requests or report bugs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclemens-schulz%2Fzippy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclemens-schulz%2Fzippy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclemens-schulz%2Fzippy/lists"}