[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / 7 / APIFire / 1.0.1 / APIFire.podspec.json
blob8f6d3ebe5926598fe61a61ec92784b7a94fda246
2   "name": "APIFire",
3   "version": "1.0.1",
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": "1.0.1"
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.1",
26     "5.2",
27     "5.3",
28     "5.4",
29     "5.5"
30   ],
31   "source_files": "APIFire/src/**/*",
32   "dependencies": {
33     "Alamofire": [
34       "~> 5.7"
35     ]
36   },
37   "swift_version": "5.5"