blob: 45864f70d11023fbc10d2873bb2425a79c99e42a [file] [log] [blame]
{
"name": "MagicWrapper",
"version": "0.1.1",
"summary": "Magic Wrapper is an Objective-C client/wrapper for M:tgDb.",
"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",
"homepage": "https://github.com/otaviocc/MagicWrapper",
"license": "MIT",
"authors": {
"Otavio Cordeiro": "contact@otaviocc.com"
},
"source": {
"git": "https://github.com/otaviocc/MagicWrapper.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/otaviocc",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Magic/MTG*.[h,m]",
"Magic/MagicWrapper.h",
"Magic/*+MagicWrapper.[h,m]"
],
"dependencies": {
"AFNetworking": [
"~> 2.4"
]
}
}