Skip to content

Commit 41c3d28

Browse files
authored
Merge pull request #270 from tid-kijyun/fix/cocoapods
Fixed podspec
2 parents 1e32aef + 0acdd3e commit 41c3d28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Configurations/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CODE_SIGNING_REQUIRED = NO
3535
CODE_SIGN_IDENTITY =
3636
MACOSX_DEPLOYMENT_TARGET = 10.13
3737
IPHONEOS_DEPLOYMENT_TARGET = 12.0
38-
WATCHOS_DEPLOYMENT_TARGET = 2.0
38+
WATCHOS_DEPLOYMENT_TARGET = 4.0
3939
TVOS_DEPLOYMENT_TARGET = 12.0
4040
XROS_DEPLOYMENT_TARGET = 1.0
4141

Kanna.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.ios.deployment_target = '12.0'
1313
s.osx.deployment_target = '10.13'
1414
s.tvos.deployment_target = "12.0"
15-
s.watchos.deployment_target = "2.0"
15+
s.watchos.deployment_target = "4.0"
1616
s.visionos.deployment_target = "1.0"
1717
s.requires_arc = true
1818
s.source_files = ['Sources/**/*.swift', 'Sources/**/*.h']

0 commit comments

Comments
 (0)