Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: pubspec.yaml

Issue 475413002: Initial generator for google API packages (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« main.dart ('K') | « pubspec.lock ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« main.dart ('K') | « pubspec.lock ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698