| { |
| "name": "Dip-UI", |
| "version": "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": "2.0" |
| }, |
| "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": [ |
| "~> 6.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |