blob: 04fc23104658dcb0c7f6a94dbbedc32afedd8b8a [file] [log] [blame]
{
"name": "FLAnimatedImage-tvOS",
"version": "1.0.16",
"summary": "Performant animated GIF engine for iOS and tvOS",
"description": "Fork of FLAnimatedImage (https://github.com/FlipBoard/FLAnimatedImage) that supports tvOS.\n - Plays multiple GIFs simultaneously with a playback speed comparable to desktop browsers\n - Honors variable frame delays\n - Behaves gracefully under memory pressure\n - Eliminates delays or blocking during the first playback loop\n - Interprets the frame delays of fast GIFs the same way modern browsers do\n\nIt's a well-tested [component that powers all GIFs in Flipboard](http://engineering.flipboard.com/2014/05/animated-gif/).",
"homepage": "https://github.com/alexhillc/FLAnimatedImage",
"screenshots": "https://github.com/alexhillc/FLAnimatedImage/raw/master/images/flanimatedimage-demo-player.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Raphael Schaad": "raphael.schaad@gmail.com",
"Alex Hill": "alexhill.c@gmail.com"
},
"social_media_url": "https://twitter.com/raphaelschaad",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/alexhillc/FLAnimatedImage.git",
"tag": "1.0.16"
},
"source_files": "FLAnimatedImage/**/*.{h,m}",
"frameworks": [
"QuartzCore",
"ImageIO",
"MobileCoreServices",
"CoreGraphics"
],
"requires_arc": true
}