[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / d / lottie-ios / 1.5.1 / lottie-ios.podspec.json
blob11108e7fe88317e6b6b9902cc8e387e0a458a671
2   "name": "lottie-ios",
3   "version": "1.5.1",
4   "summary": "Used to natively render vector animations exported from After Effects.",
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 enginineer 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": "1.5.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0"
22   },
23   "source_files": "lottie-ios/Classes/**/*",
24   "public_header_files": "lottie-ios/Classes/PublicHeaders/*.h",
25   "ios": {
26     "frameworks": "UIKit"
27   },
28   "osx": {
29     "frameworks": [
30       "AppKit",
31       "CoreVideo"
32     ]
33   },
34   "module_name": "Lottie",
35   "header_dir": "Lottie"