Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 4f65204

Browse files
committed
fix: podspec to support all apple os
1 parent d7e7769 commit 4f65204

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openiap.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Pod::Spec.new do |s|
1212
s.author = { 'hyodotdev' => 'hyo@hyo.dev' }
1313
s.source = { :git => 'https://github.com/hyodotdev/openiap-apple.git', :tag => s.version.to_s }
1414

15-
s.ios.deployment_target = '13.0'
16-
s.osx.deployment_target = '10.15'
15+
s.ios.deployment_target = '15.0'
16+
s.osx.deployment_target = '14.0'
1717

18-
s.swift_version = '5.0'
18+
s.swift_version = '5.9'
1919
s.source_files = 'Sources/**/*.swift'
2020

2121
s.frameworks = 'StoreKit'

0 commit comments

Comments
 (0)