4 "summary": "An unofficial native interface to the Marvel Comics API for iOS and OSX.",
5 "description": " **Marvelous** is an unofficial native interface to the [Marvel Comics](http://marvel.com) API for both iOS and OSX platforms. It is built on top of the [Foundation framework](https://developer.apple.com/library/mac/documentation/cocoa/reference/foundation/objc_classic/_index.html) and it uses the high-level operation and networking abstractions built into the Cocoa framework. The design of this interface aims to be easy-to-use in your projects and semantically related to the API.\n",
6 "homepage": "https://github.com/rock-n-code/Marvelous",
11 "authors": "Rock & Code",
12 "social_media_url": "http://twitter.com/rockncode",
18 "git": "https://github.com/rock-n-code/Marvelous.git",
21 "source_files": "Marvelous/*.{h,m}",
22 "private_header_files": [
23 "Marvelous/RCOperation.h",
24 "Marvelous/RCAPIOperation.h",
25 "Marvelous/RCDataContainerObject.h",
26 "Marvelous/RCDataWrapperObject.h",
27 "Marvelous/RCOperationErrorCodes.h",
28 "Marvelous/RCStatusCodes.h",
29 "Marvelous/RCOperationErrors.h",
30 "Marvelous/RCRequestKeys.h",
31 "Marvelous/RCResponseKeys.h",
32 "Marvelous/RCOrderByTypes.h",
33 "Marvelous/RCIssueFormats.h",
34 "Marvelous/RCIssueTypes.h",
35 "Marvelous/RCFrequencyTypes.h",
36 "Marvelous/RCImageAspectRatios.h",
37 "Marvelous/RCImageSizes.h",
38 "Marvelous/RCDateDescriptors.h",
39 "Marvelous/RCBooleanValues.h"
41 "frameworks": "Foundation",