blob: f45c3401a726c5e9c11f750231eb66de7e92f78a [file] [log] [blame]
{
"name": "lottie-ios-extension",
"version": "1.5.1",
"summary": "extension of Lottie-iOS for getting some properties to customize LOTAnimationView",
"description": "This is the extension of Lottie-iOS for getting some properties from LOTAnimationView.\nBasically the features are same with the original.\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 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.",
"homepage": "https://github.com/jegumhon/lottie-ios",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Urtaq": "jegumhon@gmail.com"
},
"source": {
"git": "https://github.com/jegumhon/lottie-ios.git",
"branch": "patch"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "lottie-ios/Classes/**/*",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": [
"AppKit",
"CoreVideo"
]
},
"module_name": "LottieEx",
"header_dir": "Lottie"
}