blob: a851bb6673eccc55c92c4ed7d99af60836b1725b [file] [log] [blame]
{
"name": "SwiftDI",
"version": "2.0.1",
"summary": "SwiftDI is a dependency manager for Swift projects.",
"description": "SwiftDI is a dependency manager for Swift projects.\nLibrary currently in development.",
"homepage": "https://github.com/achernoprudov/SwiftDI",
"license": "MIT",
"authors": {
"Andrey Chernoprudov": "dinloq@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/achernoprudov/SwiftDI.git",
"tag": "2.0.1"
},
"source_files": "Sources/SwiftDI/**/*.{swift}",
"swift_version": "5.0"
}