blob: b1745550413ac885be454ab1455179a9665de581 [file] [log] [blame]
{
"name": "TLIndexPathTools",
"version": "0.4.2",
"summary": "TLIndexPathTools is a small set of classes that can greatly simplify your table and collection views.",
"description": "TLIndexPathTools is a small set of classes that can greatly simplify your table and collection views. Here are some of the awesome things TLIndexPathTools does:\n\n* Organize data into sections with ease (now with blocks!)\n* Calculate and perform animated batch updates (inserts, moves and deletions)\n* Simplify data source and delegate methods via rich data model APIs\n* Provide a simpler alternative to Core Data NSFetchedResultsController\n* Provide base table view and collection view classes with advanced features\n\n0.4.2\n* Add lightweight generics to the core classes:\n TLIndexPathDataModel\n TLIndexPathUpdates\n * #62 Crash when reordering items\n* #56 Add optional modification comparitor block to TLIndexPathUpdates\n* Update minimum deployment target to 8.0",
"homepage": "http://tlindexpathtools.com",
"license": {
"type": "MIT"
},
"authors": {
"wtmoose": "wtm@tractablelabs.com"
},
"source": {
"git": "https://github.com/wtmoose/TLIndexPathTools.git",
"tag": "0.4.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TLIndexPathTools/**/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore",
"CoreData",
"Foundation"
],
"requires_arc": true
}