blob: aa10b7021b0fdd22264a16621f7710c9ea32c5cd [file] [log] [blame]
{
"name": "Animated-Gif-iOS",
"version": "1.1.0",
"summary": "A special supporting class for playing GIF animations inline without creating all frames at once. Decodes animation frames on the fly",
"homepage": "https://github.com/Dreddik/Animated-GIF-iPhone.git",
"license": "MIT",
"authors": {
"Roman Truba": "dreddkr@gmail.com",
"Stijn Spijker": "(http://www.stijnspijker.nl/"
},
"source": {
"git": "https://github.com/Dreddik/Animated-GIF-iPhone.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "AnimatedGif/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}