[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 1 / a / e / RLNetworking / 0.1.1 / RLNetworking.podspec.json
blobb04dc366fc97fb3b2762549b8c0e9aa99a2e6d89
2   "name": "RLNetworking",
3   "version": "0.1.1",
4   "summary": "依赖于AFNetworking的网络工具。包括(GET POST请求),上传单个/多个文件,下载功能。",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aaronwk": "jlrslwang@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Aaronwk/RLNetworking.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RLNetworking/**/*.{h,m}",
22   "dependencies": {
23     "AFNetworking": [
25     ]
26   }