[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / a / CoreDataStackHelper / 0.4.0 / CoreDataStackHelper.podspec.json
blob3d76c07ffb42b546d51d368916200eb78f141c7f
2   "name": "CoreDataStackHelper",
3   "version": "0.4.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DanielMandea": "daniel.mandea@ro.ibm.com"
13   },
14   "source": {
15     "git": "https://github.com/DanielMandea/CoreDataHelper.git",
16     "tag": "0.4.0"
17   },
18   "social_media_url": "https://twitter.com/MandeaDaniel",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CoreDataStackHelper/Classes/**/*",
23   "pushed_with_swift_version": "4.0"