blob: 5bdebb0b382f9d180636fb4fd4abb5e37fbb054a [file] [log] [blame]
{
"name": "Dip-UI",
"version": "0.2.0",
"summary": "Dip UI extension",
"description": "Dip-UI is a simple extension for Dip - Dependency Injection container for Swift.\nIt adds features to support dependency injection for objects\ncreated by storyboards or loaded from nib files.",
"homepage": "https://github.com/AliSoftware/Dip-UI",
"license": "MIT",
"authors": {
"Ilya Puchka": "ilya@puchka.me",
"Olivier Halligon": "olivier@halligon.net"
},
"source": {
"git": "https://github.com/AliSoftware/Dip-UI.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/aligatr",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"dependencies": {
"Dip": [
">= 4.1.0"
]
}
}