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