[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / 0 / FLAnimatedImage_bc / 1.2 / FLAnimatedImage_bc.podspec.json
blob8ced99f8c3234a589e58326af6f98e5ed37df96e
2   "name": "FLAnimatedImage_bc",
3   "version": "1.2",
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     "whatelsecani": "whatelsecani@gmail.com"
14   },
15   "social_media_url": "https://twitter.com/raphaelschaad",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source": {
20     "git": "https://github.com/ben-kenobi/FLAnimatedImage.git",
21     "tag": "1.2"
22   },
23   "source_files": "FLAnimatedImage/**/*.{h,m}",
24   "frameworks": [
25     "QuartzCore",
26     "ImageIO",
27     "MobileCoreServices",
28     "CoreGraphics"
29   ],
30   "requires_arc": true