Files
shorebird/packages/shorebird_code_push_client/pubspec.yaml
T
Felix Angelov ec1fe79113 chore(shorebird_cli): v1.0.1 (#1901)
Co-authored-by: Eric Seidel <eric@shorebird.dev>
2024-04-16 23:12:54 +00:00

24 lines
529 B
YAML

name: shorebird_code_push_client
description: Library which allows Dart applications to interact with the ShoreBird CodePush API
version: 0.6.0+3
repository: https://github.com/shorebirdtech/shorebird
publish_to: none
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
http: ^1.0.0
shorebird_code_push_protocol:
path: ../shorebird_code_push_protocol
dev_dependencies:
build_runner: ^2.0.0
build_verify: ^3.0.0
build_version: ^2.0.0
mocktail: ^1.0.0
path: ^1.8.3
test: ^1.19.2
very_good_analysis: ^5.1.0