[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 6 / 8 / RestKitMapper / 0.1.0 / RestKitMapper.podspec.json
blob9c10296b46fccb021e3ca58dd49ad1e8da742f3d
2   "name": "RestKitMapper",
3   "version": "0.1.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Ilya Obshadko": "xfyre@xfyre.com"
10   },
11   "source": {
12     "git": "https://github.com/xfyre/RestKitMapper.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "resource_bundles": {
21     "RestKitMapper": [
22       "Assets/*"
23     ]
24   },
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",
26   "dependencies": {
27     "RestKit": [
29     ]
30   }