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