[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / f / a / d / Dip / 4.6.1 / Dip.podspec.json
blob6b1aad862db0d951d7507da6cd2824bc011e408f
2   "name": "Dip",
3   "version": "4.6.1",
4   "summary": "Dependency Injection for Swift made easy.",
5   "description": "Dip is a Swift Dependency Injection Container.\nIt provides reusable functionality for managing dependencies of your types \nand will help you to wire up different parts of your app.",
6   "homepage": "https://github.com/AliSoftware/Dip",
7   "license": "MIT",
8   "authors": {
9     "Olivier Halligon": "olivier@halligon.net",
10     "Ilya Puchka": "ilya@puchka.me"
11   },
12   "source": {
13     "git": "https://github.com/AliSoftware/Dip.git",
14     "tag": "4.6.1"
15   },
16   "social_media_url": "https://twitter.com/aligatr",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "requires_arc": true,
24   "source_files": "Sources/**/*.swift"