[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / e / 2 / DeckBrewWrapper / 0.1.1 / DeckBrewWrapper.podspec.json
blob9328f43dfc926a317d256a150acb2a3d85f95074
2   "name": "DeckBrewWrapper",
3   "version": "0.1.1",
4   "summary": "DeckBrew Wrapper is an Objective-C client/wrapper for Deck Brew API.",
5   "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",
6   "homepage": "https://github.com/otaviocc/DeckBrewWrapper",
7   "license": "MIT",
8   "authors": {
9     "Otavio Cordeiro": "contact@otaviocc.com"
10   },
11   "source": {
12     "git": "https://github.com/otaviocc/DeckBrewWrapper.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/otaviocc",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "DeckBrew/DB*.[h,m]",
22     "DeckBrew/DeckBrewWrapper.h"
23   ],
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.4"
27     ]
28   }