blob: e087e2af416cb26ab6e386043aafa46c57eae704 [file] [log] [blame]
{
"name": "Discoverer",
"version": "0.0.2",
"summary": "Discoverer a lightweight, multiplatform dependenct injection tool written in pure Swift.",
"description": "Discoverer is a lightweight, multiplatform dependenct injection tool written in pure Swift that implements Service Locator pattern.",
"homepage": "https://github.com/lewandowskit93/Discoverer",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Tomasz Lewandowski": "tomasz.t.lewandowski@gmail.com"
},
"source": {
"git": "https://github.com/lewandowskit93/Discoverer.git",
"tag": "0.0.2"
},
"source_files": "Discoverer/**/*.swift",
"swift_versions": "5.1",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "5.1"
}