[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / d / 7 / MagicWrapper / 0.1.1 / MagicWrapper.podspec.json
blob45864f70d11023fbc10d2873bb2425a79c99e42a
2   "name": "MagicWrapper",
3   "version": "0.1.1",
4   "summary": "Magic Wrapper is an Objective-C client/wrapper for M:tgDb.",
5   "description": "                       Magic Wrapper is an Objective-C client/wrapper for [M:tgDb], the Magic the Gathering open database project. It consists of an API wrapper, responsible for the network calls (``MTGAPIWrapper``), requests classes (subclasses of the ``MTGRequest`` class), and classes for cards and card sets (``MTGCard`` and ``MTGCardSet``).\n",
6   "homepage": "https://github.com/otaviocc/MagicWrapper",
7   "license": "MIT",
8   "authors": {
9     "Otavio Cordeiro": "contact@otaviocc.com"
10   },
11   "source": {
12     "git": "https://github.com/otaviocc/MagicWrapper.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     "Magic/MTG*.[h,m]",
22     "Magic/MagicWrapper.h",
23     "Magic/*+MagicWrapper.[h,m]"
24   ],
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.4"
28     ]
29   }