blob: de9bf3e11fc55650331413e8e651ce71811c7f5e [file] [log] [blame]
{
"name": "LLTableViewAdapter",
"version": "0.0.1",
"summary": "A library for simplifying and removing a lot of the cruft needed to drive a UITableView.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/lawrencelomax/LLTableViewAdapter.git",
"tag": "0.0.1"
},
"authors": "Lawrence Lomax",
"homepage": "https://github.com/lawrencelomax/LLTableViewAdapter",
"platforms": {
"ios": "5.0"
},
"source_files": "LLTableViewAdapter/Classes/",
"requires_arc": true,
"dependencies": {
"libextobjc/EXTKeyPathCoding": [
]
}
}