[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 3 / 2 / e / SDWebImageLottieCoder / 0.2.0 / SDWebImageLottieCoder.podspec.json
blob8b6934a6d64bfe3cfd2f2a746f778ed98e96a3da
2   "name": "SDWebImageLottieCoder",
3   "version": "0.2.0",
4   "summary": "A SDWebImage coder plugin for Lottie animation",
5   "description": "A Lottie animation coder which use SDAnimatedImageView instead of LOTAnimationView for bitmap rendering.",
6   "homepage": "https://github.com/SDWebImage/SDWebImageLottieCoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DreamPiggy": "lizhuoli1126@126.com"
13   },
14   "source": {
15     "git": "https://github.com/SDWebImage/SDWebImageLottieCoder.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": [
25     "SDWebImageLottieCoder/Classes/**/*",
26     "SDWebImageLottieCoder/Module/SDWebImageLottieCoder.h"
27   ],
28   "dependencies": {
29     "SDWebImage": [
30       "~> 5.10"
31     ],
32     "librlottie": [
33       "~> 0.2"
34     ]
35   }