[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 1 / f / b / ANDYFetchedResultsTableDataSource / 0.1.0 / ANDYFetchedResultsTableDataSource.podspec.json
blobe17f7b3d6e9ede941694058983aef415fc91ddda
2   "name": "ANDYFetchedResultsTableDataSource",
3   "version": "0.1.0",
4   "summary": "How much does it take to show a persited NSManagedObject in your UITableView?",
5   "description": "                   * How much does it take to insert a NSManagedObject into CoreData\n                   * and show it in your UITableView in an animated way\n                   * (using NSFetchedResultsController, of course)?\n                   * 100 LOC? 200 LOC? 300 LOC?\n                   * Well, ANDYFetchedResultsTableDataSource does it in 71 LOC.\n",
6   "homepage": "https://github.com/NSElvis/ANDYFetchedResultsTableDataSource",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Elvis Nunez": "elvisnunez@me.com"
13   },
14   "social_media_url": "http://twitter.com/NSElvis",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/NSElvis/ANDYFetchedResultsTableDataSource.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "ANDYFetchedResultsTableDataSource/",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "CoreData"
27   ],
28   "requires_arc": true