[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 0 / 2 / BYHttpTool / 0.0.11 / BYHttpTool.podspec.json
blob50237e3bd3416e916f14b6d658ebd5d065849387
2   "name": "BYHttpTool",
3   "version": "0.0.11",
4   "summary": "一款基于Alamofire-4.9.1,和codeable封装的网络请求库BYHttpTool.",
5   "description": "TODO: 一款基于Alamofire-4.9.1,和codeable封装的网络请求库BYHttpTool,只有get和post请求,后续还会更近.",
6   "homepage": "https://github.com/byshenliuan/BYHttpTool.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "baoyuanshen": "779822644@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/byshenliuan/BYHttpTool.git",
16     "tag": "0.0.11"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "BYHttpTool/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.9.1"
25     ]
26   }