blob: e4ec9a81c5bf7e990c1ba787c3744b9f0c2094b0 [file] [log] [blame]
{
"name": "TBFacetTableView",
"version": "0.2.0",
"summary": "A UITableView with cells shaped like facets.",
"description": " A UITableView with cells shaped like facets. Facets can be highlighted.\n",
"homepage": "http://github.com/tarbrain/TBFacetTableView",
"license": "MIT",
"authors": {
"Julian Krumow": "julian.krumow@tarbrain.com"
},
"source": {
"git": "https://github.com/tarbrain/TBFacetTableView.git",
"tag": "0.2.0"
},
"screenshots": [
"https://raw.githubusercontent.com/tarbrain/TBFacetTableView/master/Documentation/Images/Screenshots/facets.png",
"https://raw.githubusercontent.com/tarbrain/TBFacetTableView/master/Documentation/Images/Screenshots/facets_highlighted.png"
],
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}"
}