[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / d / lottie-ios / 4.1.1 / lottie-ios.podspec.json
blob3ca2d74f402b51953fd3382ddac3ff8dffac94b6
2   "name": "lottie-ios",
3   "version": "4.1.1",
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     "Cal Stephens": "cal.stephens@airbnb.com"
14   },
15   "source": {
16     "git": "https://github.com/airbnb/lottie-ios.git",
17     "tag": "4.1.1"
18   },
19   "swift_versions": "5.5",
20   "platforms": {
21     "ios": "11.0",
22     "osx": "10.12",
23     "tvos": "11.0"
24   },
25   "source_files": "Sources/**/*",
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   "swift_version": "5.5"