Skip to content

Commit 699b71a

Browse files
committed
Updated (Improvised) README
1 parent 46c124f commit 699b71a

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README

Whitespace-only changes.

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# OAuth2Client
2+
3+
A OAuth2 framework for Mac OS & iOS (Cocoa & Cocoa touch). It comes with the [JSON framework](http://github.com/stig/json-framework).
4+
5+
*README will be updated in the next days.*
6+
7+
## Quickstart
8+
9+
- git clone git://github.com/nxtbgthng/OAuth2Client.git
10+
- cd OAuth2Client
11+
- git submodule update --recursive --init
12+
13+
In your Xcode project:
14+
15+
- drag OAuth2Client.xcodeproj into your project
16+
- add it as a build depedency
17+
- add "/tmp/OAuth2Client.dst/usr/local/include" && "/tmp/JSON.dst/usr/local/include" to your user header search path in the build settings
18+
19+
20+
## Known Issues
21+
22+
- only the iPhone library target is working atm

0 commit comments

Comments
 (0)