[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / d / lottie-ios / 4.3.1 / lottie-ios.podspec.json
blob7f63f2eff27a9464aecfc9f447f0272b9e46b3a4
2   "name": "lottie-ios",
3   "version": "4.3.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.3.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   "exclude_files": "Sources/**/*.md",
27   "ios": {
28     "exclude_files": "Sources/Public/MacOS/**/*",
29     "frameworks": [
30       "UIKit",
31       "CoreGraphics",
32       "QuartzCore"
33     ]
34   },
35   "tvos": {
36     "exclude_files": "Sources/Public/MacOS/**/*",
37     "frameworks": [
38       "UIKit",
39       "CoreGraphics",
40       "QuartzCore"
41     ]
42   },
43   "osx": {
44     "exclude_files": "Sources/Public/iOS/**/*",
45     "frameworks": [
46       "AppKit",
47       "CoreGraphics",
48       "QuartzCore"
49     ]
50   },
51   "module_name": "Lottie",
52   "swift_version": "5.5"