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