We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c124f commit 699b71aCopy full SHA for 699b71a
README
README.md
@@ -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