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