From bd3f55912f76fd5a51942a01caadf057baf15578 Mon Sep 17 00:00:00 2001 From: Jeremy Ellison Date: Sat, 8 Aug 2009 12:24:47 -0400 Subject: [PATCH] First cut at a README. --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 00000000..30f3b179 --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +OTRestFramework is a library for interacting with Restfull web services in Objective C. It uses ElementParser to return xml documents that can be easily worked with. It is under active development and is not complete. + +To add OTRestFramework to your project (you're using git, right?): +git submodule add git://github.com/Objective3/ElementParser.git ElementParser +git submodule add git://github.com/Objective3/OTRestFramework.git OTRestFramework + +Open OTRestFramework.xcodeproj and drag the OTRestFramework project file into your xcode project. + +Next add OTRestFramework as a direct dependency to your target. + +Add 'OTRestFramework' and 'ElementParser/Classes' to your target's header search paths. + +Add libOTRestFramework.a to your target (checkbox) \ No newline at end of file