[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / f / 7 / APIFire / 0.2.0 / APIFire.podspec.json
blob489387062c5df7467f388ec0beec182e94ee145f
2   "name": "APIFire",
3   "version": "0.2.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": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "swift_versions": [
25     "5.1",
26     "5.2"
27   ],
28   "source_files": "APIFire/src/**/*",
29   "dependencies": {
30     "Alamofire": [
31       "~> 5.2"
32     ],
33     "Logging": [
34       "~> 1.2"
35     ]
36   },
37   "swift_version": "5.2"