blob: d6b4f2ea68515f9e0aafc1872e78ccdc46bddb14 [file] [log] [blame]
{
"name": "AnimatedGIFImageSerialization",
"version": "0.2.3",
"license": "MIT",
"summary": "Decodes UIImage sequences from Animated GIFs.",
"homepage": "https://github.com/mattt/AnimatedGIFImageSerialization",
"social_media_url": "https://twitter.com/mattt",
"authors": {
"Mattt": "m@mattt.me"
},
"source": {
"git": "https://github.com/mattt/AnimatedGIFImageSerialization.git",
"tag": "0.2.3"
},
"source_files": "AnimatedGIFImageSerialization",
"requires_arc": true,
"ios": {
"frameworks": [
"MobileCoreServices",
"ImageIO",
"CoreGraphics"
]
},
"platforms": {
"ios": "5.0"
}
}