2 "name": "RestKitMapper",
4 "summary": "Declarative-style configurator for RestKit.",
5 "description": " RestKitMapper allows to perform declarative-style configuration of RestKit\n for your application using property file.\n \n The following RestKit features are supported:\n * Attributes mappings\n * Primary keys\n * Relationships (by reference and by primary key value)\n * Request mappings\n * Error mappings\n",
6 "homepage": "https://github.com/xfyre/RestKitMapper",
9 "Ilya Obshadko": "xfyre@xfyre.com"
12 "git": "https://github.com/xfyre/RestKitMapper.git",
19 "source_files": "Classes",
25 "prefix_header_contents": " #ifdef __OBJC__\n #import <Foundation/Foundation.h>\n #import <CoreData/CoreData.h>\n #import <SystemConfiguration/SystemConfiguration.h>\n #import <MobileCoreServices/MobileCoreServices.h>\n #endif\n",