[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 4 / e / b / MRFetchedResultsController / 0.2.1 / MRFetchedResultsController.podspec.json
blob90c0b459c7a580bdaa619ca191260de06230afa9
2   "name": "MRFetchedResultsController",
3   "version": "0.2.1",
4   "summary": "Extensible drop-in replacement for NSFetchedResultsController.",
5   "description": "**MRFetchedResultsController** is a drop-in replacement for `NSFetchedResultsController` that works on Mac and iOS.\n\nIts purpose is to provide an alternative that makes it possible to extend `NSFetchedResultsController` functionallity without having to deal with private APIs.\n\nIn apps ported to Mac OS X using [Chameleon](https://github.com/BigZaphod/Chameleon), **MRFetchedResultsController** addresses the lack of an implementation of `NSFetchedResultsController` for the platform by providing an alternative that can be used in both iOS and Mac versions of the apps.",
6   "homepage": "https://github.com/hectr/MRFetchedResultsController",
7   "license": "MIT",
8   "authors": {
9     "hectr": "h@mrhector.me"
10   },
11   "social_media_url": "https://twitter.com/hectormarquesra",
12   "platforms": {
13     "ios": "5.0",
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/hectr/MRFetchedResultsController.git",
18     "tag": "0.2.1"
19   },
20   "source_files": "MRFetchedResultsController",
21   "frameworks": "CoreData",
22   "requires_arc": true