Skip to content

Commit

Permalink
Bump Xcode version in .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
stechiu committed Mar 27, 2024
1 parent 1a35ea3 commit 9fb1b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BraintreeDropIn.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "12.0"
s.requires_arc = true
s.compiler_flags = "-Wall -Werror -Wextra"
s.swift_version = "5.7"
s.swift_version = "5.9"

s.source_files = "Sources/BraintreeDropIn/**/*.{h,m}"
s.public_header_files = "Sources/BraintreeDropIn/Public/BraintreeDropIn/*.h"
Expand Down

0 comments on commit 9fb1b9c

Please sign in to comment.