[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / 7 / APIFire / 2.0.0 / APIFire.podspec.json
blob698670bb0fa3925f9f92301c58e9a9015ddcdec8
2   "name": "APIFire",
3   "version": "2.0.0",
4   "summary": "A lightweight toolkit for querying APIs, built on top of Alamofire.",
5   "description": "APIFire is an opinionanted, encapsulated toolkit for defining APIs. It includes protocols for API servers and\nendpoints. It can form these into managed and easy to call structures that use Alamofire (and underlying native\nURLSession calls) to do over-the-wire communication, and uses Decodable to convert response JSON to usable models.",
6   "homepage": "https://github.com/zackdotcomputer/APIFire",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zack Sheppard": "zack@zacksheppard.com"
13   },
14   "source": {
15     "git": "https://github.com/zackdotcomputer/APIFire.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0",
22     "watchos": "4.0"
23   },
24   "swift_versions": [
25     "5.5",
26     "5.6",
27     "5.7",
28     "5.8",
29     "5.9"
30   ],
31   "source_files": "Source/**/*",
32   "dependencies": {
33     "Alamofire": [
34       "~> 5.7"
35     ]
36   },
37   "swift_version": "5.9"