blob: 7452f9aa47f2ba9c32ca331f7da685ae42f41291 [file] [log] [blame]
{
"name": "APIFire",
"version": "0.2.1",
"summary": "A lightweight toolkit for querying APIs, built on top of Alamofire.",
"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.",
"homepage": "https://github.com/zackdotcomputer/APIFire",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zack Sheppard": "zack@zacksheppard.com"
},
"source": {
"git": "https://github.com/zackdotcomputer/APIFire.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": [
"5.1",
"5.2"
],
"source_files": "APIFire/src/**/*",
"dependencies": {
"Alamofire": [
"~> 5.2"
],
"Logging": [
"~> 1.2"
]
},
"swift_version": "5.2"
}