blob: 55bffabb26c3477f24bb9fdfd58a7d6d34694652 [file] [log] [blame]
{
"name": "Marvelous",
"version": "0.7.3",
"summary": "An unofficial native interface to the Marvel Comics API for iOS and OSX.",
"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",
"homepage": "https://github.com/rock-n-code/Marvelous",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Rock & Code",
"social_media_url": "http://twitter.com/rockncode",
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/rock-n-code/Marvelous.git",
"tag": "0.7.3"
},
"source_files": "Marvelous/*.{h,m}",
"private_header_files": [
"Marvelous/RCOperation.h",
"Marvelous/RCAPIOperation.h",
"Marvelous/RCDataContainerObject.h",
"Marvelous/RCDataWrapperObject.h",
"Marvelous/RCOperationErrorCodes.h",
"Marvelous/RCStatusCodes.h",
"Marvelous/RCOperationErrors.h",
"Marvelous/RCRequestKeys.h",
"Marvelous/RCResponseKeys.h",
"Marvelous/RCOrderByTypes.h",
"Marvelous/RCIssueFormats.h",
"Marvelous/RCIssueTypes.h",
"Marvelous/RCFrequencyTypes.h",
"Marvelous/RCImageAspectRatios.h",
"Marvelous/RCImageSizes.h",
"Marvelous/RCDateDescriptors.h",
"Marvelous/RCBooleanValues.h"
],
"frameworks": "Foundation",
"requires_arc": true
}