[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / f / 3 / 5 / XDownloadTool / 0.1.0 / XDownloadTool.podspec.json
blob729b3549502c71b76a1bb0f727edbdc15ab6d4c6
2   "name": "XDownloadTool",
3   "version": "0.1.0",
4   "summary": "一个对AFNetworking进行二次封装的库,使用方法简单,更加方便,耦合性更低,当下载的部分需要改动时,直接在库中进行修改即可.",
5   "homepage": "https://github.com/XDislikeCode/XDownloadTool",
6   "license": "MIT",
7   "authors": {
8     "XDislikeCode": "781276284@qq.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/XDislikeCode/XDownloadTool.git",
15     "tag": "0.1.0"
16   },
17   "source_files": "XDownloadTool/**/*",
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
21       "~> 3.0.0-beta.1"
22     ]
23   }