[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / b / 8 / FLAnimatedImage-tvOS / 1.0.16 / FLAnimatedImage-tvOS.podspec.json
blob04fc23104658dcb0c7f6a94dbbedc32afedd8b8a
2   "name": "FLAnimatedImage-tvOS",
3   "version": "1.0.16",
4   "summary": "Performant animated GIF engine for iOS and tvOS",
5   "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/).",
6   "homepage": "https://github.com/alexhillc/FLAnimatedImage",
7   "screenshots": "https://github.com/alexhillc/FLAnimatedImage/raw/master/images/flanimatedimage-demo-player.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Raphael Schaad": "raphael.schaad@gmail.com",
14     "Alex Hill": "alexhill.c@gmail.com"
15   },
16   "social_media_url": "https://twitter.com/raphaelschaad",
17   "platforms": {
18     "ios": "6.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/alexhillc/FLAnimatedImage.git",
23     "tag": "1.0.16"
24   },
25   "source_files": "FLAnimatedImage/**/*.{h,m}",
26   "frameworks": [
27     "QuartzCore",
28     "ImageIO",
29     "MobileCoreServices",
30     "CoreGraphics"
31   ],
32   "requires_arc": true