4 "summary": "Declarative, generic REST API framework using URLSession and Codable",
5 "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.",
6 "homepage": "https://github.com/futuredapp/FTAPIKit",
12 "Matěj Kašpar Jirásek": "matej.jirasek@futured.app"
14 "social_media_url": "https://twitter.com/Futuredapps",
15 "default_subspecs": "Core",
16 "swift_versions": "5.0",
24 "git": "https://github.com/futuredapp/FTAPIKit.git",
30 "source_files": "Sources/FTAPIKit/*",
31 "frameworks": "Foundation",
33 "frameworks": "MobileCoreServices"
36 "frameworks": "MobileCoreServices"
39 "frameworks": "MobileCoreServices"
45 "Sources/FTAPIKitPromiseKit/URLSessionAPIAdapter+PromiseKit.swift",
46 "Sources/FTAPIKitPromiseKit/Resolver+Result.swift",
47 "Sources/FTAPIKitPromiseKit/APIAdapter+PromiseKit.swift"
59 "swift_version": "5.0"