[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / b / f / 7 / APIFire / 0.1.2 / APIFire.podspec.json
blob70b7e13267d3b943447b41788141c714c52de319
2   "name": "APIFire",
3   "version": "0.1.2",
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.2"
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/Classes/**/*",
29   "dependencies": {
30     "Alamofire": [
31       "~> 5.2"
32     ],
33     "Logging": [
34       "~> 1.2"
35     ]
36   },
37   "swift_version": "5.2"