blob: 71022ab3021b65a9bef466303cb7d8c6b2e01665 [file] [log] [blame]
{
"name": "FTAPIKit",
"version": "0.6.0",
"summary": "Declarative, generic REST API framework using URLSession and Codable",
"description": "Protocol-oriented REST API library for communication with REST API.\nAPIEndpoint protocols allow description of the API access points\nand the requests/responses codable types. APIAdapter handles execution\nof calls to this endpoints.",
"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",
"default_subspecs": "Core",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/futuredapp/FTAPIKit.git",
"tag": "0.6.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/FTAPIKit/*",
"frameworks": "Foundation",
"ios": {
"frameworks": "MobileCoreServices"
},
"tvos": {
"frameworks": "MobileCoreServices"
},
"watchos": {
"frameworks": "MobileCoreServices"
}
},
{
"name": "PromiseKit",
"source_files": [
"Sources/FTAPIKitPromiseKit/URLSessionAPIAdapter+PromiseKit.swift",
"Sources/FTAPIKitPromiseKit/Resolver+Result.swift",
"Sources/FTAPIKitPromiseKit/APIAdapter+PromiseKit.swift"
],
"dependencies": {
"PromiseKit": [
"~> 6.0"
],
"FTAPIKit/Core": [
]
}
}
],
"swift_version": "5.0"
}