{"id":19267297,"url":"https://github.com/jangorman/zoetrope","last_synced_at":"2025-08-04T19:36:42.584Z","repository":{"id":56931536,"uuid":"46667368","full_name":"JanGorman/Zoetrope","owner":"JanGorman","description":"Animated gif image view with support for varying frame lengths written in Swift.","archived":false,"fork":false,"pushed_at":"2018-09-25T19:16:16.000Z","size":1835,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-18T00:15:54.056Z","etag":null,"topics":["animated","cocoapods","gif","ios","swift","uiimage","uiimageview"],"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/JanGorman.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":"2015-11-22T15:51:10.000Z","updated_at":"2023-12-24T07:29:04.000Z","dependencies_parsed_at":"2022-08-21T00:00:30.444Z","dependency_job_id":null,"html_url":"https://github.com/JanGorman/Zoetrope","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FZoetrope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FZoetrope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FZoetrope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JanGorman%2FZoetrope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JanGorman","download_url":"https://codeload.github.com/JanGorman/Zoetrope/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240367820,"owners_count":19790324,"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":["animated","cocoapods","gif","ios","swift","uiimage","uiimageview"],"created_at":"2024-11-09T20:11:27.625Z","updated_at":"2025-02-23T19:30:28.201Z","avatar_url":"https://github.com/JanGorman.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zoetrope\n\n[![Version](https://img.shields.io/cocoapods/v/Zoetrope.svg?style=flat)](http://cocoapods.org/pods/Zoetrope)\n[![License](https://img.shields.io/cocoapods/l/Zoetrope.svg?style=flat)](http://cocoapods.org/pods/Zoetrope)\n[![Platform](https://img.shields.io/cocoapods/p/Zoetrope.svg?style=flat)](http://cocoapods.org/pods/Zoetrope)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\n## Requirements\n\n- Swift 4.2\n- iOS 8.0+\n- Xcode 9+\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\nTo use Zoetrope in your own project you use the `UIImage` and `UIImageView` extensions exposed by the library:\n\n```swift\nimport Zoetrope\n\nfunc viewDidLoad() {\n  super.viewDidLoad()\n  \n  // This method auto-loads the image from the main bundle. If you need more control\n  // or are downloading images over the air you can also use the Data initialiser:\n  // UIImage(gifData: myData)\n  guard let image = UIImage(gifName: \"animated.gif\") else {\n    return\n  }\n  imageView.displayGif(image)\n}\n```\n\nHere's an animated gif of the simulator displaying an animated gif.\n\n![image](https://www.dropbox.com/s/ixutl4ehrgszhde/zoetrope.gif?raw=1)\n\n## Installation\n\nZoetrope is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"Zoetrope\"\n```\n\nAnd [Carthage](https://github.com/Carthage/Carthage). Add the following to your `Cartfile` and then run `carthage update`:\n\n```ogdl\ngithub \"JanGorman/Zoetrope\"\n```\n\n## Author\n\n[@JanGorman](https://twitter.com/JanGorman/)\n\n## License\n\nZoetrope is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangorman%2Fzoetrope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjangorman%2Fzoetrope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjangorman%2Fzoetrope/lists"}