[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 4 / 5 / SimpleCoreDataStack / 0.1.6 / SimpleCoreDataStack.podspec.json
blobee321c27a055d3b993f148f23a60f91f8a98ac03
2   "name": "SimpleCoreDataStack",
3   "version": "0.1.6",
4   "summary": "A safe, simple, easy-to-use, Core Data stack for iOS.",
5   "description": "CoreDataStack provides a simple all-in-one Core Data stack. It is designed to make Core Data both safe and easy to use. For applications which require high performance, via multiple writers, this project is not for you.\nCoreDataStack provides a readonly NSManagedObjectContext for use in the main thread. Contexts for writing are vended as needed, and work is serialized on a background queue.",
6   "homepage": "https://github.com/ashevin/CoreDataStack.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Avi Shevin": "avi.github@mail.ashevin.com"
13   },
14   "source": {
15     "git": "https://github.com/ashevin/CoreDataStack.git",
16     "tag": "0.1.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CoreDataStack/CoreDataStack/Source/*.swift",
22   "module_name": "CoreDataStack"