Skip to content

Commit

Permalink
feat: provide pods for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeonhui committed Sep 17, 2023
1 parent 7e1b942 commit 0f78d77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CoreDataStorage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -30,6 +30,7 @@ TODO: Add long description of the pod here.
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'

s.source_files = 'Sources/CoreDataStorage/Classes/**/*'

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0f78d77

Please sign in to comment.