[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / e / 0 / FetchedResultsController / 0.1.3 / FetchedResultsController.podspec.json
blob177b2dcdff17257931e1dbb3b10c40c5d0f0a5c8
2   "name": "FetchedResultsController",
3   "version": "0.1.3",
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.1.3"
18   },
19   "source_files": "FetchedResultsController/**/*.{h,m}",
20   "public_header_files": "FetchedResultsController/**/*.{h}",
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "CoreData"
25   ]