blob: 052507f798b23420ed48fea50b23bd8f340e30db [file] [log] [blame]
{
"name": "GenericWidget",
"version": "0.1.0",
"summary": "A library to implement simple Widgets in your app",
"description": "A library to implement simple Widgets in your app so you dont have to deal with all the widget configuration",
"homepage": "https://github.com/contreras2004/GenericWidget",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"contreras2004": "contreras2004@gmail.com"
},
"source": {
"git": "https://github.com/contreras2004/GenericWidget.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "GenericWidget/Classes/**/*"
}