[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / b / 7 / MMPCoreDataHelper / 0.7.5 / MMPCoreDataHelper.podspec.json
blobfc5f6b685993c5d8afaf61e90d740d3f4dfc609d
2   "name": "MMPCoreDataHelper",
3   "version": "0.7.5",
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.5"
14   },
15   "social_media_url": "https://twitter.com/purubo",
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.7"
19   },
20   "source_files": "Classes",
21   "frameworks": "CoreData",
22   "dependencies": {
23     "MMPCSVUtil": [
25     ]
26   },
27   "requires_arc": true