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"
97 "source_files": "Code/UI/UIImage+RKAdditions.{h,m}"
101 "name": "ObjectMapping",
102 "source_files": "Code/ObjectMapping",
104 "ISO8601DateFormatter": [
114 "source_files": "Code/Support/Parsers/JSON/RKJSONParserJSONKit.{h,m}",
123 "source_files": "Code/Support/Parsers/XML/RKXMLParserXMLReader.{h,m}",
133 "source_files": "Code/CoreData",
134 "frameworks": "CoreData"
140 "source_files": "Code/Testing"