blob: 02680272ec6e81e5f635a58a8f936722f64c3317 [file] [log] [blame]
{
"name": "AnimatedGif",
"version": "0.1.1",
"summary": "Animated GIF library for iPhone. Based on original work by Martin van Spanje",
"description": " This library aims to make use of animated GIF's on iOS a lot easier.\n\t\t\t\t It includes original code by Martin van Spanje that parsed GIFs with a lot of improvements by the open source community. \n\t\t\t\t This code now works according to GIF89a standards and supports transparency.\n\t\t\t\t LZW compression is not supported yet (pull requests welcome).\n",
"homepage": "https://github.com/scspijker/iOS_AnimatedGif",
"license": "MIT",
"authors": "scspijker",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/scspijker/iOS_AnimatedGif.git",
"tag": "0.1.1"
},
"source_files": "Classes/AnimatedGif.{h,m}",
"requires_arc": true
}