[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 9 / 0 / UIImage+animatedGif / 0.1.0 / UIImage+animatedGif.podspec.json
blobc6de92929a823fbec25b86b9671f613f14750486
2   "name": "UIImage+animatedGif",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "CC0 1.0",
9     "file": "COPYRIGHT"
10   },
11   "authors": {
12     "Rob Mayoff": "githubprofile@rob.dqd.com",
13     "Jesse Ditson": "jesse.ditson@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/jesseditson/uiimage-from-animated-gif.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "source_files": "uiimage-from-animated-gif/UIImage+animatedGif.{h,m}",
24   "frameworks": [
25     "UIKit",
26     "ImageIO"
27   ]