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