[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 0 / f / 7 / RBQFetchedResultsController / 5.0.2 / RBQFetchedResultsController.podspec.json
blobbc1d4c49be7118e4af3caa90df0f794d140fdaa4
2   "name": "RBQFetchedResultsController",
3   "version": "5.0.2",
4   "summary": "Drop-in replacement for NSFetchedResultsController backed by Realm.",
5   "description": "The RBQFetchedResultsController (FRC) is a replacement for NSFetchedResultsController when used in conjunction with RBQRealmNotificationManager and RBQRealmChangeLogger. The controller and delegate follow the same paradigm as NSFetchedResultsController, and allow the developer to monitor changes of an RLMObject subclass.\n\nRBQFetchedResultsController supports tableview sections and implements a drop-in replacement delegate to pass the changes to the tableview for section and row animations.",
6   "homepage": "http://github.com/Roobiq/RBQFetchedResultsController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Roobiq": "support@roobiq.com"
13   },
14   "social_media_url": "http://twitter.com/Roobiq",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/Roobiq/RBQFetchedResultsController.git",
20     "tag": "v5.0.2",
21     "submodules": true
22   },
23   "source_files": [
24     "RBQFetchedResultsController/Source/**/*.{h,m}",
25     "RBQFetchedResultsController/RBQFRC.h"
26   ],
27   "exclude_files": "RBQFetchedResultsController/Source/Swift/*",
28   "requires_arc": true,
29   "dependencies": {
30     "Realm": [
31       ">=1.0.0"
32     ],
33     "RBQSafeRealmObject": [
35     ],
36     "RealmUtilities": [
38     ]
39   }