[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 0 / f / e / Dip-UI / 0.0.2 / Dip-UI.podspec.json
blob76a676554e3382244e4948dc995d33e33c1650ba
2   "name": "Dip-UI",
3   "version": "0.0.2",
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.0.2"
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   }