[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / a / d / Dip / 4.6.0 / Dip.podspec.json
blob4adb14e405a73a3126eb073174261408f91cf78b
2   "name": "Dip",
3   "version": "4.6.0",
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.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     "watchos": "2.0"
22   },
23   "requires_arc": true,
24   "source_files": "Sources/**/*.swift"