[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / d / 8 / TLIndexPathTools / 0.4.3 / TLIndexPathTools.podspec.json
blob05804a9dc255909bec996f09f544b28bb05354e2
2   "name": "TLIndexPathTools",
3   "version": "0.4.3",
4   "summary": "TLIndexPathTools is a small set of classes that can greatly simplify your table and collection views.",
5   "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.3\n* #63 added modificationComparatorBlock functionality in tlindexpathcontroller",
6   "homepage": "http://tlindexpathtools.com",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "wtmoose": "wtm@tractablelabs.com"
12   },
13   "source": {
14     "git": "https://github.com/wtmoose/TLIndexPathTools.git",
15     "tag": "0.4.3"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "TLIndexPathTools/**/*.{h,m}",
21   "frameworks": [
22     "UIKit",
23     "QuartzCore",
24     "CoreData",
25     "Foundation"
26   ],
27   "requires_arc": true