From ef9152b28a48f5b633f5e23c350a4ac5f364838d Mon Sep 17 00:00:00 2001 From: Andrii Syrokomskyi Date: Sun, 17 Mar 2024 12:48:19 +0100 Subject: [PATCH] Extended pubspec. --- pubspec.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3b5a2df..751c2de 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,23 @@ name: animation_tools description: >- - A command-line Dart's tools for processing animations. Supported: Spine. + A command-line Dart's tools for processing animations. Supported now: Spine. +repository: https://github.com/signmotion/animation_tools +topics: + - animation + - tools + - transform + - scale + - resize + +# Format: +# version: major.minor.patch +# You can calculate the number version code by this formula: +# code = m[A]jor * 100 * 100 + m[I]nor * 100 + [P]atch +# Otherwise: +AAIIPP version: 0.1.1 + environment: - sdk: ">=3.0.0 <=4.0.0" + sdk: ">=3.0.0 <4.0.0" dependencies: args: ^2.4.2