[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 7 / 9 / CRDCoreDataStack / 1.0.2 / CRDCoreDataStack.podspec.json
blob6ca0fed01344653fcdb9f03a56a2ddafdf08b32d
2   "name": "CRDCoreDataStack",
3   "version": "1.0.2",
4   "summary": "Simple straightforward Swift-based Core Data stack framework for iOS, macOS, watchOS, and tvOS",
5   "description": "I got tired of adding the same boilerplate Core Data stack code to every Swift app I created, so I just put together this small framework to encapsulate the code for more simple reuse.",
6   "homepage": "https://github.com/cdisdero/CRDCoreDataStack",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Christopher Disdero": "info@code.chrisdisdero.com"
10   },
11   "platforms": {
12     "ios": "10.0",
13     "osx": "10.11",
14     "watchos": "3.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/cdisdero/CRDCoreDataStack.git",
19     "tag": "1.0.2"
20   },
21   "source_files": "Shared/*.swift",
22   "pushed_with_swift_version": "4.0"