[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / 4 / 9 / 2 / Marvelous / 0.6.3 / Marvelous.podspec.json
blob764d73681b8cfe9252f53a170f2df5d77964d5bb
2   "name": "Marvelous",
3   "version": "0.6.3",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Rock & Code",
12   "social_media_url": "http://twitter.com/rockncode",
13   "platforms": {
14     "ios": "7.0",
15     "osx": "10.8"
16   },
17   "source": {
18     "git": "https://github.com/rock-n-code/Marvelous.git",
19     "tag": "0.6.3"
20   },
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"
54   ],
55   "frameworks": "Foundation",
56   "requires_arc": true