[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 0 / f / e / Dip-UI / 2.0 / Dip-UI.podspec.json
blob69aaaa0ca9313c94c756d0b5b6fe8f713358090c
2   "name": "Dip-UI",
3   "version": "2.0",
4   "summary": "Dip UI extension",
5   "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.",
6   "homepage": "https://github.com/AliSoftware/Dip-UI",
7   "license": "MIT",
8   "authors": {
9     "Ilya Puchka": "ilya@puchka.me",
10     "Olivier Halligon": "olivier@halligon.net"
11   },
12   "source": {
13     "git": "https://github.com/AliSoftware/Dip-UI.git",
14     "tag": "2.0"
15   },
16   "social_media_url": "https://twitter.com/aligatr",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "requires_arc": true,
24   "source_files": "Sources/**/*.swift",
25   "dependencies": {
26     "Dip": [
27       "~> 6.0"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"