[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 4 / 9 / 2 / Marvelous / 0.7.0 / Marvelous.podspec.json
blob2a7d3a155faffb6d40a08717f7bd5f7932b62c67
2   "name": "Marvelous",
3   "version": "0.7.0",
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.\n    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. \n    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.7.0"
20   },
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"
40   ],
41   "frameworks": "Foundation",
42   "requires_arc": true