2 "name": "RetrofireSwiftV5",
4 "summary": "A type-safe HTTP client generator for Swift, inspired by Retrofit. Fully compatible with Alamofire Version 5",
5 "description": "Protocol-based networking (with a bit of Sourcery) used to generate statically typed API Client;\nThis library is inspired by the JVM library Retrofit and is a sort of wrapper for Alamofire (hence the name).\nYou will need to create a Protocol describing your APIs, then Sourcery will generate the actual Alamofire code",
6 "homepage": "https://github.com/OpenXRP/RetrofitSwift",
8 "OpenXRP": "secure@openxrp.cloud"
15 "git": "https://github.com/OpenXRP/RetrofitSwift.git",
18 "social_media_url": "https://twitter.com/OpenXrp",
22 "swift_versions": "5.0",
23 "source_files": "Sources/*.swift",
32 "SourceryForRetrofire": [
36 "swift_version": "5.0"