[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 5 / c / Request / 0.1.0 / Request.podspec.json
blob80d4df857278c06d435d66a0a7ec0a9502383371
2   "name": "Request",
3   "version": "0.1.0",
4   "summary": "A library to facilitate requests to a server",
5   "description": "                       A library to facilitate requests to a server\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "https://github.com/jmartos89/Request",
7   "license": "MIT",
8   "authors": {
9     "juan": "jmartos@sopinet.com"
10   },
11   "source": {
12     "git": "https://github.com/jmartos89/Request.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*.{h,m}",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.3"
23     ]
24   }