[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / d / lottie-ios / 3.4.0 / lottie-ios.podspec.json
blob52a5bea45207d1316e332d9d0ab28527de9aa260
2   "name": "lottie-ios",
3   "version": "3.4.0",
4   "summary": "A library to render native animations from bodymovin json",
5   "description": "Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with bodymovin and renders the vector animations natively on mobile and through React Native!\n\nLottie enables designers to create and ship beautiful animations without an engineer painstakingly recreating it be hand. Since the animation is backed by JSON they are extremely small in size but can be large in complexity! Animations can be played, resized, looped, sped up, slowed down, and even interactively scrubbed.",
6   "homepage": "https://github.com/airbnb/lottie-ios",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brandon Withrow": "buba447@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/airbnb/lottie-ios.git",
16     "tag": "3.4.0"
17   },
18   "swift_versions": "5.4",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.10",
22     "tvos": "11.0"
23   },
24   "source_files": "Sources/**/*",
25   "exclude_files": "Sources/Lottie.swift",
26   "ios": {
27     "exclude_files": "Sources/Public/MacOS/**/*",
28     "frameworks": [
29       "UIKit",
30       "CoreGraphics",
31       "QuartzCore"
32     ]
33   },
34   "tvos": {
35     "exclude_files": "Sources/Public/MacOS/**/*",
36     "frameworks": [
37       "UIKit",
38       "CoreGraphics",
39       "QuartzCore"
40     ]
41   },
42   "osx": {
43     "exclude_files": "Sources/Public/iOS/**/*",
44     "frameworks": [
45       "AppKit",
46       "CoreGraphics",
47       "QuartzCore"
48     ]
49   },
50   "module_name": "Lottie",
51   "header_dir": "Lottie",
52   "swift_version": "5.4"