README.md in cocoapods-packager-0.2.0 vs README.md in cocoapods-packager-0.3.0
- old
+ new
@@ -1,17 +1,12 @@
# CocoaPods Packager
[![Build Status](https://travis-ci.org/CocoaPods/cocoapods-packager.png?branch=master)](https://travis-ci.org/CocoaPods/cocoapods-packager)
-:warning::warning: This isn't ready for consumption just yet, follow [this
-issue](https://github.com/CocoaPods/cocoapods-packager/issues/1) to keep an
-eye on the status. :warning::warning:
+CocoaPods plugin which allows you to generate a framework or static library from a podspec.
+This is useful for distributing closed source libraries or for providing alternative integrations for people who do not use Pods.
-CocoaPods plugin which allows you to generate a static library from a podspec.
-This is useful for distributing your podspec as a static library.
-
## Usage
```bash
-$ pod package KFData
+$ pod package KFData.podspec
```
-