Files
shorebird/packages/shorebird_code_push_client/pubspec.yaml
T
2023-05-17 12:20:36 -05:00

21 lines
460 B
YAML

name: shorebird_code_push_client
description: Library which allows Dart applications to interact with the ShoreBird CodePush API
version: 0.1.0+1
repository: https://github.com/shorebirdtech/shorebird
publish_to: none
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
http: ^0.13.5
shorebird_code_push_protocol:
path: ../shorebird_code_push_protocol
dev_dependencies:
mocktail: ^0.3.0
path: ^1.8.3
test: ^1.19.2
very_good_analysis: ^5.0.0