| { |
| "name": "LottieXtend", |
| "version": "1.0.0", |
| "summary": "Lottie + Texture (AsyncDisplayKit)", |
| "description": "Use `LottieXtend` to integrate Lottie in your Texture based UI.\n`LottieNode` is the component of this framework, and offers the same capability and more as its counterpart `LottieAnimationView`.", |
| "homepage": "https://github.com/iDonJose/LottieXtend", |
| "source": { |
| "git": "https://github.com/iDonJose/LottieXtend.git", |
| "tag": "1.0.0" |
| }, |
| "license": { |
| "type": "Apache 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "iDonJose": "donor.develop@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Sources/**/*.{h,swift}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "dependencies": { |
| "ReactiveSwift": [ |
| "~> 4.0" |
| ], |
| "lottie-ios": [ |
| "~> 2.5" |
| ], |
| "Texture/Core": [ |
| "~> 2.7" |
| ] |
| } |
| } |