Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create qtrest.manifest
  • Loading branch information
kafeg committed Feb 28, 2016
1 parent a5c4f88 commit b788773
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions qtrest/qtrest.manifest
@@ -0,0 +1,23 @@
{
"$schema": "http://inqlude.org/schema/generic-manifest-v1#",
"name": "qtrest",
"display_name": "Qt REST Client",
"summary": "Qt REST Client Framework for work JSON/XML APIs",
"urls": {
"homepage": "https://github.com/kafeg/qtrest",
"vcs": "https://github.com/kafeg/qtrest.git",
"mailing_list": "https://github.com/kafeg/qtrest/issues"
},
"licenses": [
"MIT"
],
"description": "Qt Micro REST Client Framework - small and simple REST API client for any Qt/QML application. Library support standard JSON and XML REST APIs with sorting, filtering, lazy loading and other features\n\n",
"authors": [
"Vitaliy Petrov"
],
"maturity": "beta",
"platforms": [
"Android", "iOS", "Windows", "Linux", "OS X"
],
"group": "api"
}

0 comments on commit b788773

Please sign in to comment.