[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / 2 / DeckBrewWrapper / 0.1.0 / DeckBrewWrapper.podspec.json
blob6805c5db569587384e737123be59e1d7133618bc
2   "name": "DeckBrewWrapper",
3   "version": "0.1.0",
4   "summary": "DeckBrew Wrapper is an Objective-C client/wrapper for Deck Brew.",
5   "description": "                       DeckBrew Wrapper is an Objective-C client/wrapper for Deck Brew, a 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.0"
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   }