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/thefuntasty/FTAPIKit",
12 "Matěj Kašpar Jirásek": "matej.jirasek@thefuntasty.com"
14 "social_media_url": "https://twitter.com/thefuntasty",
15 "default_subspecs": "Core",
16 "swift_versions": "5.0",
24 "git": "https://github.com/thefuntasty/FTAPIKit.git",
27 "swift_version": "5.0",
31 "source_files": "Sources/FTAPIKit/*",
32 "frameworks": "Foundation",
34 "frameworks": "MobileCoreServices"
37 "frameworks": "MobileCoreServices"
40 "frameworks": "MobileCoreServices"
46 "Sources/FTAPIKitPromiseKit/URLSessionAPIAdapter+PromiseKit.swift",
47 "Sources/FTAPIKitPromiseKit/Resolver+Result.swift",
48 "Sources/FTAPIKitPromiseKit/APIAdapter+PromiseKit.swift"