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 "public_header_files": [
23 "Marvelous/RCMarvelAPI.h",
24 "Marvelous/RCCharacterFilter.h",
25 "Marvelous/RCComicsFilter.h",
26 "Marvelous/RCCreatorFilter.h",
27 "Marvelous/RCEventFilter.h",
28 "Marvelous/RCSeriesFilter.h",
29 "Marvelous/RCStoryFilter.h",
30 "Marvelous/RCQueryInfoObject.h",
31 "Marvelous/RCCharacterObject.h",
32 "Marvelous/RCComicsObject.h",
33 "Marvelous/RCCreatorObject.h",
34 "Marvelous/RCEventObject.h",
35 "Marvelous/RCSeriesObject.h",
36 "Marvelous/RCStoryObject.h",
37 "Marvelous/RCListObject.h",
38 "Marvelous/RCImageObject.h",
39 "Marvelous/RCComicPriceObject.h",
40 "Marvelous/RCComicDateObject.h",
41 "Marvelous/RCTextObject.h",
42 "Marvelous/RCSummaryObject.h",
43 "Marvelous/RCURLObject.h",
44 "Marvelous/RCBlocks.h",
45 "Marvelous/RCAPITypes.h",
46 "Marvelous/RCOrderByTypeCodes.h",
47 "Marvelous/RCIssueFormatCodes.h",
48 "Marvelous/RCIssueTypeCodes.h",
49 "Marvelous/RCFrequencyTypeCodes.h",
50 "Marvelous/RCDateDescriptorCodes.h",
51 "Marvelous/RCImageAspectRatioCodes.h",
52 "Marvelous/RCImageSizeCodes.h",
53 "Marvelous/RCBooleanValueCodes.h"
55 "frameworks": "Foundation",