2 "name": "CoreDataStackHelper",
4 "summary": "Lightweight CoreData helper for creting / saving anf fetching NSManageObjects",
5 "description": "This pod in intended to enhance the work with light core data stacks.\nYou can find helpers for the following needs:\n1. Create single instances from a single NSManagedObject subclass based form some data\n2. Create multiple instances from a single NSManagedObject subclass based on an array of data\n3. Create and save multiple / single instances fo NSManagedObject subclass\n4. Clean and light way of fetching NSManagedObject subclasses\nPlease check example project in order to get in touch with what this pod can do.",
6 "homepage": "https://github.com/DanielMandea/CoreDataHelper",
12 "DanielMandea": "daniel.mandea@ro.ibm.com"
15 "git": "https://github.com/DanielMandea/CoreDataHelper.git",
18 "social_media_url": "https://twitter.com/MandeaDaniel",
22 "source_files": "CoreDataStackHelper/Classes/**/*",
23 "pushed_with_swift_version": "4.0"