blob: ac17127f33293ce9cad312e0ee0bd30cbbfad803 [file] [log] [blame]
{
"name": "Stylable",
"version": "0.1.0",
"summary": "A small library to make styling of views a little easier",
"description": "Style UIViews, UILabels, UITextFields, etc with easy to use configurations.",
"homepage": "https://github.com/Impart/Stylable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Impart IT": "marcel@impart.nl"
},
"source": {
"git": "https://github.com/Impart/Stylable.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"4.2",
"5"
],
"source_files": "Stylable/Classes/**/*",
"swift_version": "5"
}