blob: d588083f26706dad85d11ce4cd576d97973628a6 [file] [log] [blame]
{
"name": "XTable",
"version": "0.4.2",
"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": "0.4.2"
},
"source_files": [
"Table",
"Table/**/*.{h,m,swift}"
],
"swift_version": "4.2",
"dependencies": {
"Yoga": [
"1.6.0"
],
"DeviceKit": [
"1.3.2"
]
}
}