blob: 9328f43dfc926a317d256a150acb2a3d85f95074 [file] [log] [blame]
{
"name": "DeckBrewWrapper",
"version": "0.1.1",
"summary": "DeckBrew Wrapper is an Objective-C client/wrapper for Deck Brew API.",
"description": " DeckBrew Wrapper is an Objective-C client/wrapper for Deck Brew, an awesome Magic the Gathering API. It consists of an API wrapper, responsible for the network calls (``DBAPIWrapper``), requests classes (subclasses of the ``DBRequest`` class), and classes for cards and card sets (``DBCard``, ``DBCardEdition``, and ``DBCardSet``).\n",
"homepage": "https://github.com/otaviocc/DeckBrewWrapper",
"license": "MIT",
"authors": {
"Otavio Cordeiro": "contact@otaviocc.com"
},
"source": {
"git": "https://github.com/otaviocc/DeckBrewWrapper.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/otaviocc",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"DeckBrew/DB*.[h,m]",
"DeckBrew/DeckBrewWrapper.h"
],
"dependencies": {
"AFNetworking": [
"~> 2.4"
]
}
}