[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 5 / 8 / AnimatedGif / 0.1.1 / AnimatedGif.podspec.json
blob02680272ec6e81e5f635a58a8f936722f64c3317
2   "name": "AnimatedGif",
3   "version": "0.1.1",
4   "summary": "Animated GIF library for iPhone. Based on original work by Martin van Spanje",
5   "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",
6   "homepage": "https://github.com/scspijker/iOS_AnimatedGif",
7   "license": "MIT",
8   "authors": "scspijker",
9   "platforms": {
10     "ios": "6.0"
11   },
12   "source": {
13     "git": "https://github.com/scspijker/iOS_AnimatedGif.git",
14     "tag": "0.1.1"
15   },
16   "source_files": "Classes/AnimatedGif.{h,m}",
17   "requires_arc": true