4 "summary": "A high-level, type-safe networking solution for Swift apps",
5 "swift_versions": "5.0",
6 "description": "Networking in Swift can be tedious from the get go. Type safety & reusability are often overlooked for the sake of getting up to speed. This is where Netswift comes in!\n\nNetswift allows you to easily write network calls in a very structured and maintainable way. It does so by using protocols with associated types & generic classes very extensively.",
7 "homepage": "https://github.com/MrSkwiggs/Netswift",
13 "Dorian Grolaux": "dorian@skwiggs.dev"
16 "git": "https://github.com/MrSkwiggs/Netswift.git",
22 "source_files": "Sources/**/*.swift",
23 "swift_version": "5.0"