[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 7 / dotLottieLoader / 0.1.9 / dotLottieLoader.podspec.json
blob36db05022799f157761ff4fe2735d53e85c999c3
2   "name": "dotLottieLoader",
3   "version": "0.1.9",
4   "summary": "An iOS library to natively load .lottie files https://dotlottie.io/",
5   "description": "dotLottieLoader 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/dotLottieLoader-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evandro Harrison Hoffmann": "evandro.hoffmann@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dotLottie/dotLottieLoader-ios.git",
16     "tag": "0.1.9"
17   },
18   "social_media_url": "https://twitter.com/LottieFiles",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "11.0",
22     "osx": "10.13",
23     "tvos": "11.0"
24   },
25   "source_files": "Sources/**/*",
26   "dependencies": {
27     "Zip": [
28       ">= 2.1.2"
29     ]
30   },
31   "swift_version": "5.0"