[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 7 / c / tmg-lottie-ios / 3.2.3 / tmg-lottie-ios.podspec.json
blob73dc9030d8351d23bb0e63be3f60694504ce5470
2   "name": "tmg-lottie-ios",
3   "version": "3.2.3",
4   "summary": "A library to render native animations from bodymovin json. Now in Swift!",
5   "description": "NOTE: This is a fork of the lottie repo to decouple Lottie Versions inside of SDKs from clients with different Lottie versions.\n\nLottie 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/themeetgroup/lottie-ios.git",
16     "tag": "3.2.3"
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": "TMGLottie",
51   "header_dir": "TMGLottie",
52   "swift_version": "5.0"