4 "summary": "A utility for building complex, type-safe dependency graphs in Swift",
5 "description": "Settler is a Swift metaprogramming tool used to resolve complex dependency\ngraphs in a way that encourages code separation and cleanliness while\nmaintaining the safety guarantees of the compiler. If an object in your\nresolver cannot be resolved due to a missing or circular dependency, Settler\nwill find it and bottom out compilation of your program.",
6 "homepage": "https://github.com/daltonclaybrook/Settler",
12 "Dalton Claybrook": "daltonclaybrook@gmail.com"
15 "http": "https://github.com/daltonclaybrook/Settler/releases/download/0.1.1/Settler-0.1.1.zip"
17 "source_files": "Sources/Settler/**/*",
18 "preserve_paths": "*",
29 "swift_version": "5.2"