2 "name": "NeedleFoundation",
4 "summary": "Compile-time safe Swift dependency injection framework with real code.",
5 "description": "Needle is a dependency injection (DI) system for Swift. Unlike other DI frameworks, such as Cleanse, Swinject, Needle encourages hierarchical DI structure and utilizes code generation to ensure compile-time safety. This allows us to develop our apps and make changes with confidence. If it compiles, it works. In this aspect, Needle is more similar to Android Dagger.",
6 "homepage": "https://github.com/uber/needle",
12 "Yi Wang": "yiw@uber.com"
15 "git": "https://github.com/uber/needle.git",
18 "source_files": "Sources/**/*.swift",
29 "swift_version": "5.6"