[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / c / 1 / 3 / iOS-GIF-Player / 0.0.2 / iOS-GIF-Player.podspec.json
blob85a198f1d7237c4e20bb903dd54915c97094fedc
2   "name": "iOS-GIF-Player",
3   "version": "0.0.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/Ten5ion/FLAnimatedImage",
7   "screenshots": "https://github.com/Ten5ion/FLAnimatedImage/raw/master/images/flanimatedimage-demo-player.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ten5ion": "jay.zhang@happyelements.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/Ten5ion/FLAnimatedImage.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "FLAnimatedImage/**/*.{h,m}",
23   "frameworks": [
24     "QuartzCore",
25     "ImageIO",
26     "CoreGraphics"
27   ],
28   "requires_arc": true,
29   "user_target_xcconfig": {
30     "GENERATE_INFOPLIST_FILE": "YES"
31   }