blob: 9c10296b46fccb021e3ca58dd49ad1e8da742f3d [file] [log] [blame]
{
"name": "RestKitMapper",
"version": "0.1.0",
"summary": "Declarative-style configurator for RestKit.",
"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",
"homepage": "https://github.com/xfyre/RestKitMapper",
"license": "MIT",
"authors": {
"Ilya Obshadko": "xfyre@xfyre.com"
},
"source": {
"git": "https://github.com/xfyre/RestKitMapper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"resource_bundles": {
"RestKitMapper": [
"Assets/*"
]
},
"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",
"dependencies": {
"RestKit": [
]
}
}