[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / e / 0 / FetchedResultsController / 0.2.0 / FetchedResultsController.podspec.json
blob92e9c85d1201c56bbaa28b5d091b03a5a6226a3c
2   "name": "FetchedResultsController",
3   "version": "0.2.0",
4   "summary": "A FetchedResultsController implementation that abstracts out the boilerplate for both UITableView and UICollectionView.",
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": "0.2.0"
18   },
19   "source_files": "FetchedResultsController/**/*.{h,m}",
20   "public_header_files": "FetchedResultsController/**/*.{h}",
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "CoreData"
25   ]