blob: 832236d93b5d3e36050339a3b74ec95333b25e32 [file] [log] [blame]
{
"name": "FTAPIKit",
"version": "1.1.1",
"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.1"
},
"source_files": "Sources/FTAPIKit/**/*",
"frameworks": [
"Foundation",
"CoreServices"
],
"weak_frameworks": [
"Combine"
],
"swift_versions": "5.1",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "5.0",
"tvos": "12.0"
},
"swift_version": "5.1"
}