4 "summary": "RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.",
5 "homepage": "http://www.restkit.org",
7 "Blake Watters": "blakewatters@gmail.com"
10 "git": "https://github.com/RestKit/RestKit.git",
13 "license": "Apache License, Version 2.0",
14 "source_files": "Code/RestKit.h",
18 "requires_arc": false,
26 "RestKit/ObjectMapping/JSON": [
29 "RestKit/ObjectMapping/CoreData": [
43 "RestKit/ObjectMapping/XML": [
46 "RestKit/ObjectMapping/CoreData": [
76 "LibComponentLogging-NSLog": [
93 "source_files": "Code/UI",
94 "frameworks": "QuartzCore",
102 "source_files": "Code/UI/UIImage+RKAdditions.{h,m}"
106 "name": "ObjectMapping",
107 "source_files": "Code/ObjectMapping",
109 "ISO8601DateFormatter": [
119 "source_files": "Code/Support/Parsers/JSON/RKJSONParserJSONKit.{h,m}",
128 "source_files": "Code/Support/Parsers/XML/RKXMLParserXMLReader.{h,m}",
138 "source_files": "Code/CoreData",
139 "frameworks": "CoreData"
145 "source_files": "Code/Testing"