blob: e85be9097cd23c12e0e2c1e1f628d9914f42f3aa [file] [log] [blame]
{
"name": "NeedleFoundation",
"version": "0.12.0",
"summary": "Compile-time safe Swift dependency injection framework with real code.",
"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.",
"homepage": "https://github.com/uber/needle",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"authors": {
"Yi Wang": "yiw@uber.com"
},
"source": {
"git": "https://github.com/uber/needle.git",
"tag": "v0.12.0"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"swift_version": "4.2"
}