[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 0 / 4 / Networking-Swift / 0.9.0 / Networking-Swift.podspec.json
blob39b881e96a0bc5f72634b075731efbd93c1935b7
2   "name": "Networking-Swift",
3   "version": "0.9.0",
4   "summary": "Networking is a lightweight and powerful HTTP network framework written in Swift",
5   "description": "Networking is a lightweight and powerful async / await HTTP network framework written in Swift. Features includes but are not limited to; easily build server configurations and requests for any API, clear request and response logging, URL query and JSON parameter encoding, authentication with Basic and Bearer token.",
6   "homepage": "https://github.com/brillcp/Networking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Viktor Gidlöf": "viktorgidlof@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/brillcp/Networking.git",
16     "tag": "0.9.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0",
22     "watchos": "6.0"
23   },
24   "swift_versions": "5.4",
25   "source_files": "Sources/**/*",
26   "swift_version": "5.4"