[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 3 / 9 / SDWebImageLottiePlugin / 0.2.0 / SDWebImageLottiePlugin.podspec.json
blobc37695b9ccc40eb1dada5e0a8ff9e56cca4ef6e8
2   "name": "SDWebImageLottiePlugin",
3   "version": "0.2.0",
4   "summary": "SDWebImage integration with Lottie Animation using remote JSON files",
5   "description": "SDWebImageLottiePlugin is a plugin for SDWebImage framework, which provide the Lottie animation loading from JSON file.",
6   "homepage": "https://github.com/SDWebImage/SDWebImageLottiePlugin",
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/SDWebImageLottiePlugin.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0"
22   },
23   "source_files": [
24     "SDWebImageLottiePlugin/Classes/**/*",
25     "SDWebImageLottiePlugin/Module/SDWebImageLottiePlugin.h"
26   ],
27   "pod_target_xcconfig": {
28     "SUPPORTS_MACCATALYST": "YES",
29     "DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": "NO"
30   },
31   "dependencies": {
32     "SDWebImage": [
33       "~> 5.5"
34     ],
35     "lottie-ios": [
36       "~> 2.5"
37     ]
38   }