Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..110c654bfe94914a34657a3de41631836b1b8dda |
| --- /dev/null |
| +++ b/pubspec.yaml |
| @@ -0,0 +1,9 @@ |
| +name: xxx |
|
kustermann
2014/08/18 09:32:03
xxx ?
Søren Gjesse
2014/08/18 11:10:45
Changed to googleapis_generator
|
| +version: 0.0.1 |
| +author: Dart Team <misc@dartlang.org> |
| +description: Create API Client libraries based on the APIs Discovery documentation |
| +environment: |
| + sdk: '>=1.0.0 <2.0.0' |
| +dependencies: |
| + google_discovery_v1_api: '>=0.4.12' |
| + yaml: any |