[Add] libpag-enterprise 4.4.20
[CocoaPods.git] / Specs / 4 / d / e / dotLottie / 0.1.7 / dotLottie.podspec.json
blob1e238646812344a14e8f91bfade5dd8fe298e2b0
2   "name": "dotLottie",
3   "version": "0.1.7",
4   "summary": "An iOS library to natively render .lottie files with the help of Lottie iOS Library https://dotlottie.io/",
5   "description": "dotLottie is an open-source file format that aggregates one or more Lottie files and their associated resources into a single file. They are ZIP archives compressed with the Deflate compression method and carry the file extension of .lottie.",
6   "homepage": "https://github.com/dotlottie/dotlottie-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "eharrison": "evandro.hoffmann@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dotlottie/dotlottie-ios.git",
16     "tag": "0.1.7"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.12",
22     "tvos": "10.0"
23   },
24   "source_files": "Sources/**/*",
25   "module_name": "dotLottie",
26   "dependencies": {
27     "dotLottieLoader": [
28       "~> 0.1.3"
29     ],
30     "lottie-ios": [
31       "~> 3.2.0"
32     ]
33   },
34   "deprecated": true,
35   "swift_version": "5.0"