[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / 5 / c / Request / 0.1.3 / Request.podspec.json
blob9d84a5c39a57cc9ec6140a3e67cab15cd435d04e
2   "name": "Request",
3   "version": "0.1.3",
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!",
6   "homepage": "https://github.com/jmartos89/Request",
7   "license": "MIT",
8   "authors": {
9     "juan": "jmartos89@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jmartos89/Request.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*.{h,m}",
20   "dependencies": {
21     "MD5Digest": [
23     ],
24     "AFNetworking": [
25       "~> 2.3"
26     ],
27     "SVProgressHUD": [
29     ]
30   }