[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / b / 7 / MMPCoreDataHelper / 0.5.0 / MMPCoreDataHelper.podspec.json
blobd7983fa1714e96ffa43b047e665753a788668fca
2   "name": "MMPCoreDataHelper",
3   "version": "0.5.0",
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.0"
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