[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / e / 0 / FetchedResultsController / 2.0.7 / FetchedResultsController.podspec.json
blob37ca0be1483c4843ff1ce09929cb42774b8bfa2b
2   "name": "FetchedResultsController",
3   "version": "2.0.7",
4   "summary": "A FetchedResultsController implementation that abstracts out the boilerplate for both UITableView.",
5   "homepage": "http://www.williamboles.me",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": "William Boles",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/wibosco/FetchedResultsController.git",
16     "branch": "master",
17     "tag": "2.0.7"
18   },
19   "source_files": "FetchedResultsController/**/*.swift",
20   "requires_arc": true,
21   "frameworks": [
22     "UIKit",
23     "CoreData"
24   ]