blob: f07930a41ad1f7027b2daa8360ca415189a35bdf [file] [log] [blame]
{
"name": "SwiftDI",
"version": "1.0.3",
"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": "1.0.3"
},
"source_files": "Sources/SwiftDI/**/*.{swift}",
"swift_version": "5.0"
}