blob: c6de92929a823fbec25b86b9671f613f14750486 [file] [log] [blame]
{
"name": "UIImage+animatedGif",
"version": "0.1.0",
"summary": "Adds animatedGifWithAnimatedGifData methods to UIImage.",
"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",
"homepage": "https://github.com/jesseditson/uiimage-from-animated-gif",
"license": {
"type": "CC0 1.0",
"file": "COPYRIGHT"
},
"authors": {
"Rob Mayoff": "githubprofile@rob.dqd.com",
"Jesse Ditson": "jesse.ditson@gmail.com"
},
"source": {
"git": "https://github.com/jesseditson/uiimage-from-animated-gif.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "uiimage-from-animated-gif/UIImage+animatedGif.{h,m}",
"frameworks": [
"UIKit",
"ImageIO"
]
}