[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / f / 7 / APIFire / 0.1.3 / APIFire.podspec.json
blob7808744dd59ccdc51bfc873c67ff6da0f9d554e9
2   "name": "APIFire",
3   "version": "0.1.3",
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.1.3"
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"