[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / 9 / MRRealmResultsController / 0.0.1 / MRRealmResultsController.podspec.json
blob98d00c5b2a2acb6b694221eb3fed1c1beacc5f94
2   "name": "MRRealmResultsController",
3   "version": "0.0.1",
4   "summary": "MRRealmResultsController is an alternative to NSFetchedResultsController for use with realm-cocoa.",
5   "description": "                   *This is untested and undocumented code not suitable for production use.*\n\n                   `MRRealmResultsController` is an alternative to `NSFetchedResultsController` for use with **[realm-cocoa](https://github.com/realm/realm-cocoa/)**.\n\n                   I've made it because I wanted to check how well could **[Realm](http://realm.io)** perform when used as a replacement to **Core Data** in an existing application with as few changes as possible made to the application code.\n",
6   "homepage": "https://github.com/hectr/MRRealmResultsController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Héctor Marqués Ranea": "h@mrhector.me"
13   },
14   "source": {
15     "git": "https://github.com/hectr/MRRealmResultsController.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "MRRealmResultsController",
19   "dependencies": {
20     "Realm": [
22     ]
23   },
24   "requires_arc": true,
25   "platforms": {
26     "ios": "6.0"
27   }