[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / c / 0 / DATASource / 2.0 / DATASource.podspec.json
blob774773b2dfacf2e3ab46763c8e9adfe5af25cc11
2   "name": "DATASource",
3   "version": "2.0",
4   "summary": "NSFetchedResultsControllers + UITableViewController made stupid easy",
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, DATASource does it in 71 LOC.\n",
6   "homepage": "https://github.com/NSElvis/DATASource",
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": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/NSElvis/DATASource.git",
20     "tag": "2.0"
21   },
22   "source_files": "Source/",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "CoreData"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "DATAStack": [
32     ]
33   }