blob: 9c9c53958b0dc33be3f286a622a755a3cd3962c9 [file] [log] [blame]
{
"name": "Marimo",
"version": "1.0.2",
"summary": "An Objective-C wrapper for the MangaEden API.",
"description": " Accessing manga data online is relatively difficult without web scraping, which can prove to be unreliable. Luckily, MangaEden has an API that can be used (without needing authentication) to get access to its wealth of archived manga and manga chapters. Marimo is an Objective-C wrapper around the MangaEden API meant to abstract the API's details.\n",
"homepage": "https://github.com/StevenVeshkini/Marimo",
"license": {
"type": "MIT"
},
"authors": {
"Steven Veshkini": "stevenveshi@gmail.com"
},
"social_media_url": "http://twitter.com/stevenveshkini",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/StevenVeshkini/Marimo.git",
"tag": "1.0.2"
},
"source_files": "Marimo/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}