Skip to content

Commit

Permalink
fix: khipu for iOS is now compatible with XCode 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edavism committed Aug 8, 2024
1 parent c6eec59 commit b0f8541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CapacitorKhipu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'KhipuClientIOS', '2.7.4'
s.dependency 'KhipuClientIOS', '2.7.5'
s.swift_version = '5.1'
end

0 comments on commit b0f8541

Please sign in to comment.