blob: d67333dfec96860d2a091b9f653eed90229a3967 [file] [log] [blame]
{
"name": "WeaverDI",
"version": "0.9.6",
"swift_version": "4.1",
"summary": "Declarative, easy-to-use and safe Dependency Injection framework for Swift (iOS/macOS/Linux)",
"homepage": "https://github.com/scribd/Weaver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Theophane Rupin": "theo@scribd.com"
},
"source": {
"git": "https://github.com/scribd/Weaver.git",
"tag": "0.9.6"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": "Sources/WeaverDI/**/*.swift"
}