blob: e1e7addf8a30090fb9e135e5552b8c430b7b5892 [file] [log] [blame]
{
"name": "PDTiledView",
"version": "0.1.0",
"summary": "Accordion-style table view, with block-based delegation.",
"description": " PDTiledView has much the same delegation semantics as UITableView, but with block-based delegation instaed of protocols.\n",
"homepage": "https://github.com/pwightman/PDTiledView",
"license": "MIT",
"authors": {
"Parker": "parkerwightman@gmail.com"
},
"source": {
"git": "https://github.com/pwightman/PDTiledView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.1"
},
"source_files": "PDTiledView/PDTiledView/*.{h,m}",
"requires_arc": true
}