[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / b / 7 / MMPCoreDataHelper / 0.5.2 / MMPCoreDataHelper.podspec.json
blob28deb0c0eafdca2fb96b0538a357ce9fe62f700d
2   "name": "MMPCoreDataHelper",
3   "version": "0.5.2",
4   "summary": "A straightforward CoreData wrapper",
5   "description": "                       A no-nonsense straightforward helper library providing wrapper functions for common CoreData tasks. Nothing is hidden, no fancy DAO or active record, just a way to simplify plain old CoreData uses. \n\n                       Features:\n                       * Thread-safe singleton instance easily accessible from anywhere. No more worrying whether a MOC belongs to the thread or not.\n                       * Automatic configuration and initialization (by convention over configuration), although manual configuration is still possible.\n                       * Simple functions for common CoreData usage pattern (query all objects, query by key-value, etc.), although direct CoreData access is still possible.\n                       * Get notified on errors and other CoreData events using NSNotificationCenter.\n",
6   "homepage": "https://github.com/mpurbo/MMPCoreDataHelper",
7   "license": "MIT",
8   "authors": {
9     "Mamad Purbo": "m.purbo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mpurbo/MMPCoreDataHelper.git",
13     "tag": "0.5.2"
14   },
15   "social_media_url": "https://twitter.com/purubo",
16   "platforms": {
17     "ios": null
18   },
19   "source_files": "Classes",
20   "frameworks": "CoreData",
21   "requires_arc": true