blob: 92927edbfc890b9be2deb19069e529d95c299c93 [file] [log] [blame]
{
"name": "XTable",
"version": "5.0.0",
"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"
},
"source": {
"git": "https://github.com/BradHilton/Table.git",
"tag": "5.0.0"
},
"source_files": [
"Table",
"Table/**/*.{h,m,swift}"
],
"swift_versions": "5.0",
"dependencies": {
"Yoga": [
"1.6.0"
],
"DeviceKit": [
"1.3.2"
]
}
}