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