{"id":1510,"url":"https://github.com/LcTwisk/SimpleImageViewer","last_synced_at":"2025-08-02T04:32:02.603Z","repository":{"id":54509236,"uuid":"92824934","full_name":"LcTwisk/SimpleImageViewer","owner":"LcTwisk","description":"A snappy image viewer with zoom and interactive dismissal transition.","archived":false,"fork":false,"pushed_at":"2022-02-16T06:22:46.000Z","size":106485,"stargazers_count":422,"open_issues_count":33,"forks_count":144,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-07-05T05:46:51.598Z","etag":null,"topics":["afrogleap","carthage","cocoapods","fullscreen","image","imageviewer","ios","spm","swift","viewer"],"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/LcTwisk.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-05-30T11:12:17.000Z","updated_at":"2025-06-30T20:31:18.000Z","dependencies_parsed_at":"2022-08-13T18:10:36.881Z","dependency_job_id":null,"html_url":"https://github.com/LcTwisk/SimpleImageViewer","commit_stats":null,"previous_names":["afrogleap/simpleimageviewer"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/LcTwisk/SimpleImageViewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LcTwisk%2FSimpleImageViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LcTwisk%2FSimpleImageViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LcTwisk%2FSimpleImageViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LcTwisk%2FSimpleImageViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LcTwisk","download_url":"https://codeload.github.com/LcTwisk/SimpleImageViewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LcTwisk%2FSimpleImageViewer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268334614,"owners_count":24233793,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["afrogleap","carthage","cocoapods","fullscreen","image","imageviewer","ios","spm","swift","viewer"],"created_at":"2024-01-05T20:15:48.150Z","updated_at":"2025-08-02T04:31:57.584Z","avatar_url":"https://github.com/LcTwisk.png","language":"Swift","funding_links":[],"categories":["Media"],"sub_categories":["Image"],"readme":"![SimpleImageViewer](https://github.com/aFrogleap/SimpleImageViewer/blob/development/Documentation/banner.png)\n[![CI Status](https://travis-ci.org/aFrogleap/SimpleImageViewer.svg?branch=master)](https://travis-ci.org/aFrogleap/SimpleImageViewer)\n[![Swift 4.0](https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat)](https://developer.apple.com/swift/)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Version](https://img.shields.io/cocoapods/v/SimpleImageViewer.svg?style=flat)](http://cocoadocs.org/docsets/SimpleImageViewer)\n[![Platforms iOS](https://img.shields.io/badge/Platforms-iOS-lightgray.svg?style=flat)](https://developer.apple.com/swift/)\n\nA snappy image viewer with zoom and interactive dismissal transition. \n\n![SimpleImageViewer](https://github.com/aFrogleap/SimpleImageViewer/blob/development/Documentation/example.gif)\n\n## Features\n\n- [x] Double tap to zoom in/out\n- [x] Interactive dismissal transition\n- [x] Animate in from thumbnail image or fade in\n- [x] Show activity indicator until image block is returned with new image\n- [x] Animate from thumbnail image view with all kinds of [content modes](https://developer.apple.com/documentation/uikit/uiviewcontentmode)\n\n## Get started!\n\n### Carthage\n\nTo install SimpleImageViewer into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`:\n\n```ogdl\ngithub \"aFrogleap/SimpleImageViewer\" ~\u003e 1.1.1\n```\n\n### Cocoapods\n\nTo install SimpleImageViewer into your Xcode project using [CocoaPods](http://cocoapods.org), specify it in your `Podfile`:\n\n```ruby\npod 'SimpleImageViewer', '~\u003e 1.1.1'\n```\n\n### Swift Package Manager\n\nTo install SimpleImageViewer into your Xcode project using [Swift Package Manager](https://swift.org/package-manager), specify it in your `Package.swift` file:\n\n```swift\ndependencies: [\n    .Package(url: \"https://github.com/aFrogleap/SimpleImageViewer.git\", majorVersion: 1)\n]\n```\n\n## Sample Usage\n```swift\nlet configuration = ImageViewerConfiguration { config in\n    config.imageView = someImageView\n}\n\nlet imageViewerController = ImageViewerController(configuration: configuration)\n\npresent(imageViewerController, animated: true)\n\n```\n\n## Communication\n- If you **found a bug**, open an issue.\n- If you **have a feature request**, open an issue.\n- If you **want to contribute**, submit a pull request.\n\n## License\n\nSimpleImageViewer is available under the MIT license. See the LICENSE file for more info.\n\nCopyright (c) 2017 aFrogleap\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLcTwisk%2FSimpleImageViewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLcTwisk%2FSimpleImageViewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLcTwisk%2FSimpleImageViewer/lists"}