[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 1 / d / lottie-ios / 3.1.8 / lottie-ios.podspec.json
blob67e34ca0221cb9474492b5c16b551eb3254ba919
2   "name": "lottie-ios",
3   "version": "3.1.8",
4   "summary": "A library to render native animations from bodymovin json. Now in Swift!",
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\nFor the first time, designers can 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.1.8"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10",
22     "tvos": "9.0"
23   },
24   "source_files": "lottie-swift/src/**/*",
25   "ios": {
26     "source_files": "lottie-swift/iOS/*.swift",
27     "exclude_files": "lottie-swift/src/Public/MacOS/**/*",
28     "frameworks": [
29       "UIKit",
30       "CoreGraphics",
31       "QuartzCore"
32     ]
33   },
34   "tvos": {
35     "exclude_files": "lottie-swift/src/Public/MacOS/**/*",
36     "frameworks": [
37       "UIKit",
38       "CoreGraphics",
39       "QuartzCore"
40     ]
41   },
42   "osx": {
43     "exclude_files": "lottie-swift/src/Public/iOS/**/*",
44     "frameworks": [
45       "AppKit",
46       "CoreGraphics",
47       "QuartzCore"
48     ]
49   },
50   "module_name": "Lottie",
51   "header_dir": "Lottie",
52   "swift_version": "5.0"