[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 7 / dotLottieLoader / 0.1.1 / dotLottieLoader.podspec.json
blob41febaeaf40e3fed6480c96497086bccba333dc4
2   "name": "dotLottieLoader",
3   "version": "0.1.1",
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.1"
17   },
18   "social_media_url": "https://twitter.com/LottieFiles",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.12",
23     "tvos": "10.0",
24     "watchos": "6.0"
25   },
26   "source_files": "Sources/**/*",
27   "dependencies": {
28     "Zip": [
29       "~> 1.1"
30     ]
31   },
32   "swift_version": "5.0"