[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 2 / 9 / a / WAnimatedImage / 0.1.1 / WAnimatedImage.podspec.json
blob08b4902aa28674b5a209ae2b6e173d1ef90ddfd4
2   "name": "WAnimatedImage",
3   "version": "0.1.1",
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\n                            Updated fork of https://github.com/Flipboard/FLAnimatedImage",
6   "homepage": "https://github.com/MalcolmnDEV/WAnimatedImage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MalcolmnDEV": "robertsmalcolmn@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/MalcolmnDEV/WAnimatedImage.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "WAnimatedImage/Classes/**/*.{h,m}",
22   "frameworks": [
23     "QuartzCore",
24     "ImageIO",
25     "CoreGraphics"
26   ],
27   "requires_arc": true