blob: 0b7bacdc8d8113a4971176127d51d23b198ce84b [file] [log] [blame]
{
"name": "SwiftDI",
"version": "1.0.0",
"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"
},
"source": {
"git": "https://github.com/achernoprudov/SwiftDI.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*.{swift}"
}