﻿<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.pyxbmct"
   name="PyXBMCt"
   version="1.1.4"
   provider-name="Roman_V_M">
  <requires>
    <import addon="xbmc.python" version="2.14.0"/>
  </requires>
  <extension point="xbmc.python.module" library="lib" />
  <extension point="xbmc.addon.metadata">
    <platform>all</platform>
    <summary lang="en">PyXBMCt UI framework</summary>
    <description lang="en">PyXBMCt is a mini-framework for simple XBMC addon UI buliding. It is similar to PyQt and provides parent windows, a number of UI controls (widgets) and a grid layout manager to place controls.</description>
    <disclaimer lang="en"></disclaimer>
    <language></language>
    <license>GNU GPL v.3</license>
    <forum>http://forum.xbmc.org/showthread.php?tid=174859</forum>
    <website>http://romanvm.github.io/PyXBMCt</website>
    <email>romanvm@yandex.ua</email>
    <source>https://github.com/romanvm/script.module.pyxbmct</source>
  </extension>  
</addon>
