blob: 060f52b08a6612fe5b6c90100ef340d9f9d4563c [file] [log] [blame]
{
"name": "Dip-UI",
"version": "1.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": "1.1"
},
"social_media_url": "https://twitter.com/aligatr",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"dependencies": {
"Dip": [
"~> 5.0"
]
},
"pushed_with_swift_version": "3.0"
}