[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / c / 5 / AnimatedGIFImageSerialization / 0.2.1 / AnimatedGIFImageSerialization.podspec.json
blob4e1795e2bce2f1a8fa3cc6ef6f85c0fb58d0dcc6
2   "name": "AnimatedGIFImageSerialization",
3   "version": "0.2.1",
4   "license": "MIT",
5   "summary": "Decodes UIImage sequences from Animated GIFs.",
6   "homepage": "https://github.com/mattt/AnimatedGIFImageSerialization",
7   "social_media_url": "https://twitter.com/mattt",
8   "authors": {
9     "Mattt Thompson": "m@mattt.me"
10   },
11   "source": {
12     "git": "https://github.com/mattt/AnimatedGIFImageSerialization.git",
13     "tag": "0.2.1"
14   },
15   "source_files": "AnimatedGIFImageSerialization",
16   "requires_arc": true,
17   "ios": {
18     "frameworks": [
19       "MobileCoreServices",
20       "ImageIO",
21       "CoreGraphics"
22     ]
23   },
24   "platforms": {
25     "ios": "5.0"
26   }