blob: c4dcb556175fe9d04850476e70505e3237cb5019 [file] [log] [blame]
{
"name": "ADBBackgroundCells",
"version": "1.1.1",
"platforms": {
"ios": "5.0"
},
"summary": "ADBBackgroundCells allow lazy loading for UITableViewCell objects performing a long time job in background without blocking the UI.",
"description": "NSInvocationOperation are used under the hood in place of GCD (Grand Central Dispatch) since operations put in a NSOperationQueue object can be canceled. This threading fashion allows optimized long scrolling where a lot of cells are displayed and immediately reused/disappeared, without the obligation to execute the job of no more visible cells. ADBBackgroundCells are block-based and use Objective-C runtime.",
"homepage": "https://github.com/albertodebortoli/ADBBackgroundCells",
"authors": {
"Alberto De Bortoli": "albertodebortoli.website@gmail.com"
},
"source": {
"git": "https://github.com/albertodebortoli/ADBBackgroundCells.git",
"tag": "1.1.1"
},
"license": {
"type": "New BSD License",
"file": "LICENSE.markdown"
},
"source_files": "ADBBackgroundCells/*.{h,m}",
"requires_arc": true
}