[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 3 / 9 / SDWebImageLottiePlugin / 1.0.0 / SDWebImageLottiePlugin.podspec.json
blobb4c9eafedf5118fdc6066dad428c356e02529972
2   "name": "SDWebImageLottiePlugin",
3   "version": "1.0.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": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.11",
21     "tvos": "11.0"
22   },
23   "source_files": "SDWebImageLottiePlugin/Classes/**/*",
24   "swift_versions": "5",
25   "pod_target_xcconfig": {
26     "SUPPORTS_MACCATALYST": "YES",
27     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
28     "DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": "NO",
29     "OTHER_SWIFT_FLAGS": "$(inherited) -Xfrontend -disable-testable-attr-requires-testable-module"
30   },
31   "dependencies": {
32     "SDWebImage": [
33       "~> 5.10"
34     ],
35     "lottie-ios": [
36       "~> 3.4"
37     ]
38   },
39   "swift_version": "5"