Skip to content

Commit

Permalink
Updated README and LICENSE.
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu committed Jul 19, 2014
1 parent d2a4e28 commit db916ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (c) 2014 Kyle Fuller
This project is licensed under the MIT license.

MIT License
Copyright (c) 2014 Kyle Fuller, Boris Bügling and CocoaPods Dev Team

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@

[![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 static library from a podspec.
This is useful for distributing your podspec as a static library.
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.

## Usage

```bash
$ pod package KFData
$ pod package KFData.podspec
```

0 comments on commit db916ff

Please sign in to comment.