[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / b / 7 / MMPCoreDataHelper / 0.7.3 / MMPCoreDataHelper.podspec.json
blob6dd0ce958229739828c58ebc2f05b3f1300ecf37
2   "name": "MMPCoreDataHelper",
3   "version": "0.7.3",
4   "summary": "A straightforward CoreData wrapper",
5   "description": "                       A lightweight helper library for common CoreData tasks providing data access pattern inspired by Active Record, LINQ, and functional programming.\n\n                       Features:\n                       * Thread-safe singleton instance easily accessible from anywhere. No more worrying whether a MOC (NSManagedObjectContext) belongs to the thread or not. The library makes sure that the MOC is local to the whichever thread you're calling the function from.\n                       * Active Record, LINQ-like functional wrapper for common tasks.\n                       * Automatic configuration and initialization (by convention over configuration) by default but manual configuration is still possible.\n                       * Import data directly from CSV file.\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.7.3"
14   },
15   "social_media_url": "https://twitter.com/purubo",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "Classes",
20   "frameworks": "CoreData",
21   "dependencies": {
22     "MMPCSVUtil": [
24     ]
25   },
26   "requires_arc": true