blob: ab13c918a758cffe18237dbb29900f04c1c9e52b [file] [log] [blame]
{
"name": "Dip-UI",
"version": "0.0.1",
"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.0.1"
},
"social_media_url": "https://twitter.com/aligatr",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "DipUI/DipUI/**/*.swift",
"dependencies": {
"Dip": [
"~> 4.1.0"
]
}
}