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