diff --git a/injeqt/injeqt.2017-04-22.manifest b/injeqt/injeqt.2017-04-22.manifest new file mode 100644 index 00000000..6dc34024 --- /dev/null +++ b/injeqt/injeqt.2017-04-22.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "injeqt", + "display_name": "injeqt", + "release_date": "2017-04-22", + "version": "1.2.0", + "summary": "Dependency injection", + "urls": { + "homepage": "https://github.com/vogel/injeqt", + "download": "https://github.com/vogel/injeqt/releases", + "vcs": "https://github.com/vogel/injeqt" + }, + "licenses": [ + "LGPLv2.1" + ], + "description": "Injeqt implements simple dependency injection for Qt.", + "authors": [ + "Rafał Przemysław Malinowski" + ], + "maturity": "stable", + "platforms": [ + "Linux", + "Windows", + "OS X" + ], + "packages": { + "source": "https://github.com/vogel/injeqt/archive/1.2.0.tar.gz" + }, + "topics": [ + "Development" + ] +}