2 "name": "UIImage+animatedGif",
4 "summary": "Adds animatedGifWithAnimatedGifData methods to UIImage.",
5 "description": " This project defines a category `animatedGIF` on `UIImage`. The category defines two methods. This method creates an animated `UIImage` using the frames of the GIF in `data`:\n\n +[UIImage animatedImageWithAnimatedGIFData:(NSData *)data]\n\n This method creates an animated `UIImage` using the frames of the GIF loaded from `url`:\n\n +[UIImage animatedImageWithAnimatedGIFURL:(NSURL *)url]\n",
6 "homepage": "https://github.com/jesseditson/uiimage-from-animated-gif",
12 "Rob Mayoff": "githubprofile@rob.dqd.com",
13 "Jesse Ditson": "jesse.ditson@gmail.com"
16 "git": "https://github.com/jesseditson/uiimage-from-animated-gif.git",
23 "source_files": "uiimage-from-animated-gif/UIImage+animatedGif.{h,m}",