[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 6 / d / FLAnimatedImage_Applicaster / 1.1.0 / FLAnimatedImage_Applicaster.podspec.json
blobadb22a75789546dbfe7c4824670bc5aee30c4176
2   "name": "FLAnimatedImage_Applicaster",
3   "version": "1.1.0",
4   "summary": "Performant animated GIF engine for iOS",
5   "description": "- 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/Flipboard/FLAnimatedImage",
7   "screenshots": "https://github.com/Flipboard/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   },
15   "social_media_url": "https://twitter.com/raphaelschaad",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/applicaster/FLAnimatedImage.git",
21     "tag": "1.1.0"
22   },
23   "source_files": "FLAnimatedImageDemo/FLAnimatedImage/**/*.{h,m}",
24   "public_header_files": "FLAnimatedImageDemo/FLAnimatedImage/**/*.h",
25   "frameworks": [
26     "QuartzCore",
27     "ImageIO",
28     "MobileCoreServices",
29     "CoreGraphics"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "CocoaLumberjack/Swift": [
35     ]
36   }