[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 4 / 7 / Marimo / 1.0 / Marimo.podspec.json
blob3caf68206880d3ad4c8d4a39efc4bf7252e7fafa
2   "name": "Marimo",
3   "version": "1.0",
4   "summary": "An Objective-C wrapper for the MangaEden API.",
5   "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",
6   "homepage": "https://github.com/StevenVeshkini/Marimo",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Steven Veshkini": "stevenveshi@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/stevenveshkini",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/StevenVeshkini/Marimo.git",
19     "tag": "1.0"
20   },
21   "source_files": "Marimo/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.0"
26     ]
27   }