We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a6ae4 commit 58f9e37Copy full SHA for 58f9e37
Harmony.podspec
@@ -29,7 +29,7 @@ Pod::Spec.new do |s|
29
s.source = { :git => 'https://github.com/mobilejazz/harmony-ios.git', :tag => s.version.to_s }
30
s.social_media_url = 'https://twitter.com/mobilejazzcom'
31
32
- s.osx.deployment_target = '10.12'
+ s.osx.deployment_target = '10.15'
33
s.ios.deployment_target = '12.0'
34
35
s.source_files = 'Sources/Harmony/**/*'
Package.swift
@@ -7,7 +7,7 @@ let package = Package(
7
name: "Harmony",
8
platforms: [
9
.iOS(.v12),
10
- .macOS(.v10_12)
+ .macOS(.v10_15)
11
],
12
products: [
13
.library(
0 commit comments