blob: f91736583f327c97bfa1f9f78b67071a1827fc83 [file] [log] [blame]
{
"name": "WeaverDI",
"version": "0.9.7",
"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.7"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": "Sources/WeaverDI/**/*.swift"
}