[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / d / 8 / TLIndexPathTools / 0.1.0 / TLIndexPathTools.podspec.json
blobbfd6ff351a9180d160ebcbbe6aca2b06560525cf
2   "name": "TLIndexPathTools",
3   "version": "0.1.0",
4   "summary": "TLIndexPathTools makes it easy to build rich, dynamic table and collection views on iOS.",
5   "description": "\t\t\t\t\tTLIndexPathTools is a set of components designed to greatly simplify building\n\t\t\t\t\trich, dynamic table and collection views. Here are some of the awesome things that TLIndexPathTools does:\n\n\t\t\t\t\t* Automatically calculate and perform animated inserts, deletes and moves.\n\t\t\t\t\t* Automatically organize the data model into sections.\n\t\t\t\t\t* Simplify implementing data source and delegate methods via rich data model APIs.\n\t\t\t\t\t* Provide a simpler alternative to Core Data's `NSFetchedResultsController`\n",
6   "homepage": "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.1.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "TLIndexPathTools/**/*.{h,m}",
21   "frameworks": [
22     "UIKit",
23     "QuartzCore",
24     "CoreData",
25     "Foundation"
26   ],
27   "requires_arc": true