blob: 688e61557c719ff0574e28da826db8906fd05e25 [file] [log] [blame]
{
"name": "XTable",
"version": "0.0.11",
"summary": "Declaritive Tables",
"description": "Create table layouts declaritively.",
"homepage": "https://github.com/BradHilton/Table",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/BradHilton/Table.git",
"tag": "0.0.11"
},
"source_files": [
"Table",
"Table/**/*.{h,m,swift}"
],
"dependencies": {
"Yoga": [
"1.6.0"
]
}
}