From 0f78d7750c305985490229132b0928c4c6d214ab Mon Sep 17 00:00:00 2001 From: Jeonhui Date: Sun, 17 Sep 2023 14:24:58 +0900 Subject: [PATCH] feat: provide pods for mac --- CoreDataStorage.podspec | 3 ++- Package.swift | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CoreDataStorage.podspec b/CoreDataStorage.podspec index 06252c1..d19589c 100644 --- a/CoreDataStorage.podspec +++ b/CoreDataStorage.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'CoreDataStorage' - s.version = '1.0.2' + s.version = '1.1.0' s.summary = 'CoreData with Combine' # This description is used to generate tags and improve search results. @@ -30,6 +30,7 @@ TODO: Add long description of the pod here. # s.social_media_url = 'https://twitter.com/' s.ios.deployment_target = '13.0' + s.osx.deployment_target = '10.15' s.source_files = 'Sources/CoreDataStorage/Classes/**/*' diff --git a/Package.swift b/Package.swift index e3f0941..6cea0a3 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "CoreDataStorage", - platforms: [.iOS(.v13)], + platforms: [.iOS(.v13), .macOS(.v10_15)], products: [ // Products define the executables and libraries a package produces, making them visible to other packages. .library(