[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / f / e / Dip-UI / 0.1.0 / Dip-UI.podspec.json
blob5b5d33a406f3db71f2ea16d0ede4b9663a64c3ea
2   "name": "Dip-UI",
3   "version": "0.1.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": "0.1.0"
15   },
16   "social_media_url": "https://twitter.com/aligatr",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/**/*.swift",
24   "dependencies": {
25     "Dip": [
26       ">= 4.1.0"
27     ]
28   }