[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 4 / 5 / SimpleCoreDataStack / 0.1.2 / SimpleCoreDataStack.podspec.json
blob9beaa1aa211bf9fe3f08d7406c265deb86287b47
2   "name": "SimpleCoreDataStack",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CoreDataStack/CoreDataStack/Source/*.swift"