[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / c / e / KQTaskNetworkManager / 0.1.8 / KQTaskNetworkManager.podspec.json
blob5f858c92a7df34d7f00b8feb3ebd0040c404af0f
2   "name": "KQTaskNetworkManager",
3   "version": "0.1.8",
4   "summary": "A library for managing network tasks and API calls.",
5   "description": "KQTaskNetworkManager is a library that simplifies the process of making network requests and handling responses. It provides a convenient way to create, cancel, and retry network tasks, as well as parse JSON data and handle errors. It also supports caching, authentication, and custom headers. With KQTaskNetworkManager, you can easily interact with any RESTful API in your app.",
6   "homepage": "https://github.com/MKQasim/KQTaskNetworkManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MKQasim": "kamqasim1@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/MKQasim/KQTaskNetworkManager.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "16.0"
20   },
21   "swift_versions": "5.0",
22   "requires_arc": true,
23   "source_files": "KQTaskNetworkManager/**/*.{swift}",
24   "resources": "KQTaskNetworkManager/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}",
25   "swift_version": "5.0"