ilink-world/ios/Pods/Local Podspecs/lottie-ios.podspec.json

54 lines
1.7 KiB
JSON
Raw Normal View History

2021-10-26 18:19:13 +00:00
{
"name": "lottie-ios",
"version": "3.1.3",
"summary": "A library to render native animations from bodymovin json. Now in Swift!",
"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.",
"homepage": "https://github.com/airbnb/lottie-ios",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Brandon Withrow": "buba447@gmail.com"
},
"source": {
"git": "https://github.com/airbnb/lottie-ios.git",
"tag": "3.1.3"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "lottie-swift/src/**/*",
"ios": {
"source_files": "lottie-swift/iOS/*.swift",
"exclude_files": "lottie-swift/src/Public/MacOS/**/*",
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore"
]
},
"tvos": {
"exclude_files": "lottie-swift/src/Public/MacOS/**/*",
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore"
]
},
"osx": {
"exclude_files": "lottie-swift/src/Public/iOS/**/*",
"frameworks": [
"AppKit",
"CoreGraphics",
"QuartzCore"
]
},
"module_name": "Lottie",
"header_dir": "Lottie",
"swift_version": "5.0"
}