Make the pubspec for the pool package releasable.

R=alanknight@google.com

Review URL: https://codereview.chromium.org//415883002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/pool@38528 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pubspec.yaml b/pubspec.yaml
index 847a547..c1d543f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,8 @@
 name: pool
 version: 1.0.0
+author: Dart Team <misc@dartlang.org>
 description: A class for managing a finite pool of resources.
+homepage: http://www.dartlang.org
 dependencies:
   stack_trace: ">=0.9.2 <2.0.0"
 dev_dependencies: