[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 7 / 9 / CRDCoreDataStack / 1.0.4 / CRDCoreDataStack.podspec.json
blobfa276bb2effa648af97181c80a0b0a4a6cac3b4c
2   "name": "CRDCoreDataStack",
3   "swift_versions": "5.0",
4   "version": "1.0.4",
5   "summary": "Simple straightforward Swift-based Core Data stack framework for iOS, macOS, watchOS, and tvOS",
6   "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.",
7   "homepage": "https://github.com/cdisdero/CRDCoreDataStack",
8   "license": "Apache License, Version 2.0",
9   "authors": {
10     "Christopher Disdero": "info@code.chrisdisdero.com"
11   },
12   "platforms": {
13     "ios": "10.0",
14     "osx": "10.12",
15     "watchos": "3.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/cdisdero/CRDCoreDataStack.git",
20     "tag": "1.0.4"
21   },
22   "source_files": "Shared/*.swift",
23   "ios": {
24     "source_files": "CRDCoreDataStack/*.h"
25   },
26   "osx": {
27     "source_files": "CRDCoreDataStackMac/*.h"
28   },
29   "watchos": {
30     "source_files": "CRDCoreDataStackWatch/*.h"
31   },
32   "tvos": {
33     "source_files": "CRDCoreDataStackTV/*.h"
34   }