blob: 787a7a24ae7db1c777ae932139e8ad3f3b50abd5 [file] [log] [blame]
{
"name": "XTable",
"version": "0.0.15",
"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.15"
},
"source_files": [
"Table",
"Table/**/*.{h,m,swift}"
],
"dependencies": {
"Yoga": [
"1.6.0"
]
}
}