[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / a / e / 0 / FetchedResultsController / 1.0.0 / FetchedResultsController.podspec.json
blob5ad51b5bc6901fed8ab2ba516f14601a6f829a98
2   "name": "FetchedResultsController",
3   "version": "1.0.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": "1.0.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   ]