Skip to content

Commit fd2bc0a

Browse files
committedAug 12, 2011
Initial import
0 parents  commit fd2bc0a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
 

‎objc-pkg-manager.markdown

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
What I want it to do
2+
--------------------
3+
4+
5+
Client
6+
------
7+
8+
* Search libs
9+
10+
* Install libs plus dependencies
11+
12+
* Downloading of libs:
13+
- As a git vendor
14+
- Files (subset) from a git repo
15+
- Should be implemented in such a way that people can add support for, for instance, svn
16+
17+
* Automatically add files from lib manifest to Xcode project
18+
19+
* Calculate dependencies across a set of libraries like bundler
20+
21+
* Wizard to create a manifest
22+
23+
* Has git submodules which contain the actual manifests
24+
25+
26+
Manifest
27+
--------
28+
29+
* Is a runnable ruby file
30+
31+
* Inherits from a base class that provides install strategies
32+

0 commit comments

Comments
 (0)
Please sign in to comment.