[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / a / e / LottieXtend / 1.0.0 / LottieXtend.podspec.json
blob0d6b7e7db325b11865017062637273fb076b6b16
2   "name": "LottieXtend",
3   "version": "1.0.0",
4   "summary": "Lottie + Texture (AsyncDisplayKit)",
5   "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`.",
6   "homepage": "https://github.com/iDonJose/LottieXtend",
7   "source": {
8     "git": "https://github.com/iDonJose/LottieXtend.git",
9     "tag": "1.0.0"
10   },
11   "license": {
12     "type": "Apache 2.0",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "iDonJose": "donor.develop@gmail.com"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Sources/**/*.{h,swift}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "ReactiveSwift": [
28       "~> 4.0"
29     ],
30     "lottie-ios": [
31       "~> 2.5"
32     ],
33     "Texture/Core": [
34       "~> 2.7"
35     ]
36   }