blob: 4adb14e405a73a3126eb073174261408f91cf78b [file] [log] [blame]
{
"name": "Dip",
"version": "4.6.0",
"summary": "Dependency Injection for Swift made easy.",
"description": "Dip is a Swift Dependency Injection Container.\nIt provides reusable functionality for managing dependencies of your types \nand will help you to wire up different parts of your app.",
"homepage": "https://github.com/AliSoftware/Dip",
"license": "MIT",
"authors": {
"Olivier Halligon": "olivier@halligon.net",
"Ilya Puchka": "ilya@puchka.me"
},
"source": {
"git": "https://github.com/AliSoftware/Dip.git",
"tag": "4.6.0"
},
"social_media_url": "https://twitter.com/aligatr",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift"
}