From 7776b796435844dc6b8e42c0617e8ba249a04136 Mon Sep 17 00:00:00 2001 From: "a.s.markov" Date: Mon, 4 Nov 2019 12:03:57 +0700 Subject: [PATCH] update pod spec --- EasyDi.podspec.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/EasyDi.podspec.json b/EasyDi.podspec.json index 01345e3..23cfdcd 100644 --- a/EasyDi.podspec.json +++ b/EasyDi.podspec.json @@ -1,24 +1,24 @@ { "name": "EasyDi", - "version": "1.5.0", + "version": "1.6.1", "summary": "Effective DI library for rapid development in 200 lines of code", - "description": "Swift 3 and 4 and 5, iOS 8+\nEasyDi contains a dependency container for Swift. The syntax of this library was specially designed for rapid development and effective use. It fits in 200 lines, thus can do everything you need for grown-up DI library:\n- Objects creating with dependencies and injection of dependencies into existing ones\n- Separation into assemblies\n- Types of dependency resolution: objects graph, singleton, prototype\n- Objects substitution and dependency contexts for tests", - "homepage": "https://github.com/AndreyZarembo/EasyDi.git", + "description": "Swift 5+, iOS 10+\nEasyDi contains a dependency container for Swift. The syntax of this library was specially designed for rapid development and effective use. It fits in 200 lines, thus can do everything you need for grown-up DI library:\n- Objects creating with dependencies and injection of dependencies into existing ones\n- Separation into assemblies\n- Types of dependency resolution: objects graph, singleton, weak singletion and prototype\n- Objects substitution and dependency contexts for tests", + "homepage": "https://github.com/TinkoffCreditSystems/EasyDi.git", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { - "Andrey Zarembo": "andrey.zarembo@gmail.com" + "Andrey Zarembo": "andrey.zarembo@gmail.com", + "Alexey Markov": "whitewillrock@gmail.com" }, "source": { - "git": "https://github.com/AndreyZarembo/EasyDi.git", - "tag": "1.5.0" + "git": "https://github.com/TinkoffCreditSystems/EasyDi.git", + "tag": "1.6.1" }, - "social_media_url": "https://twitter.com/AndreyZarembo", "platforms": { - "ios": "8.0", - "osx": "10.10" + "ios": "10.0", + "osx": "10.12" }, "source_files": "Sources/**/*.swift" }