diff --git a/CREDITS.md b/CREDITS.md new file mode 100644 index 00000000..4966d5c3 --- /dev/null +++ b/CREDITS.md @@ -0,0 +1,31 @@ +RestKit Credits +=============== + +RestKit was originally developed in the summer of 2009 under the name OTRestFramework +as a Ruby on Rails specific object mapper for XML data. In early 2010 the framework was +rebranded as RestKit and evolved into a general purpose HTTP toolkit and object mapping +system. + +RestKit is a production of Two Toasters and available as an Open Source package under +the terms of the Apache License (see LICENSE for details). + +Original Author +--------------- +* Blake Watters github.com/blakewatters @blakewatters + +Core Team +--------- +* Jeremy Ellison +* Daniel Hammond +* Jeff Arena + +Web Designer +------------ +* Adit Shukla + +Contributors +------------ +* Marc Weil +* Pat Shields +* Tim Kerchmar +* Rachit Shukla diff --git a/TODO b/TODO index c3b67074..e537be15 100644 --- a/TODO +++ b/TODO @@ -1,14 +1,8 @@ -- Update README to reflect new realities -- Sample apps -- Clean up CoreData mess +- Factor Core Data dependencies out of object mapper - Doxygen markup & generation -- Request Queue -- Network Watcher -- Clean up specs -- Factor out Rails support - - RKObjectMapperDelegate - - extract error from the payload - - digest the payload to return objects at arbitrary KVC paths - - RKRailsObjectMapperDelegate -- Dynamic Router (interpolate property values into paths) +- Static library builds +- New object mapper configuration DSL +- Offline write support - Three20 Integration Cleanup +- Expanded spec coverage +- Continuous Integration \ No newline at end of file