platform/packages/auth_twitter/pubspec.yaml

23 lines
584 B
YAML
Raw Normal View History

2016-12-23 02:07:47 +00:00
author: "Tobe O <thosakwe@gmail.com>"
2019-03-23 04:22:20 +00:00
description: "package:angel_auth strategy for Twitter login. Auto-signs requests."
2016-12-23 02:07:47 +00:00
environment:
2021-02-14 05:22:25 +00:00
sdk: ">=2.10.0 <2.12.0"
2016-12-23 02:07:47 +00:00
homepage: "https://github.com/angel-dart/auth_twitter.git"
name: "angel_auth_twitter"
2019-03-02 00:03:48 +00:00
version: 2.0.0
2019-03-23 04:22:20 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_auth: # ^2.0.0
path: ../auth
angel_framework: # ^2.0.0-alpha
path: ../framework
2019-03-23 04:22:20 +00:00
http: ">=0.11.0 <0.13.0"
2019-04-11 14:30:55 +00:00
path: ^1.0.0
2019-03-23 04:22:20 +00:00
# oauth:
# git:
# url: git://github.com/sh4869/oauth.dart.git
# ref: develop
2019-03-02 00:03:48 +00:00
twitter: ^1.0.0
2019-03-23 04:22:20 +00:00
dev_dependencies:
2019-03-02 00:03:48 +00:00
logging: ^0.11.0
pedantic: ^1.0.0