Skip to content

Commit

Permalink
Initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Aug 12, 2011
0 parents commit fd2bc0a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions objc-pkg-manager.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
What I want it to do
--------------------


Client
------

* Search libs

* Install libs plus dependencies

* Downloading of libs:
- As a git vendor
- Files (subset) from a git repo
- Should be implemented in such a way that people can add support for, for instance, svn

* Automatically add files from lib manifest to Xcode project

* Calculate dependencies across a set of libraries like bundler

* Wizard to create a manifest

* Has git submodules which contain the actual manifests


Manifest
--------

* Is a runnable ruby file

* Inherits from a base class that provides install strategies

0 comments on commit fd2bc0a

Please sign in to comment.