[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 0 / 1 / SwiftFetchedResultsController / 2.1 / SwiftFetchedResultsController.podspec.json
blob272617556838009ce922add4b46396a946019e31
2   "name": "SwiftFetchedResultsController",
3   "version": "2.1",
4   "summary": "Swift drop-in replacement for NSFetchedResultsController backed by Realm",
5   "description": "The FetchedResultsController (FRC) is a Swift replacement for NSFetchedResultsController when used in conjunction with the ChangeLogger class. The controller and delegate follow the same paradigm as NSFetchedResultsController, and allow the developer to monitor changes of a Realm Swift Object subclass.\n\nFetchedResultsController 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": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/Roobiq/RBQFetchedResultsController.git",
20     "tag": "v2.1",
21     "submodules": true
22   },
23   "source_files": [
24     "Swift/*.{h,swift}",
25     "RBQFetchedResultsController/RBQSafeRealmObject/*.{swift}"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "RealmSwift": [
30       ">=0.95"
31     ],
32     "RBQFetchedResultsController": [
33       ">=2.1"
34     ]
35   }