blob: 58bd5b5a910ca832bf70f2eb33f788f7222efa4a [file] [log] [blame]
{
"name": "FTAPIKit",
"version": "1.1.0",
"summary": "Declarative, generic and protocol-oriented REST API framework using URLSession and Codable",
"description": "Protocol-oriented framework for communication with REST APIs.\nEndpoint protocols describe the API resource access points\nand the requests/responses codable types. Server protocol describes web services\nand enables the user to call endoints in a type-safe manner.",
"homepage": "https://github.com/futuredapp/FTAPIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matěj Kašpar Jirásek": "matej.jirasek@futured.app"
},
"social_media_url": "https://twitter.com/Futuredapps",
"source": {
"git": "https://github.com/futuredapp/FTAPIKit.git",
"tag": "1.1.0"
},
"source_files": "Sources/FTAPIKit/*",
"frameworks": [
"Foundation",
"CoreServices"
],
"swift_versions": "5.1",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "5.0",
"tvos": "12.0"
},
"swift_version": "5.1"
}