Skip to content

Commit

Permalink
chore: add swift version in podspec
Browse files Browse the repository at this point in the history
Adds the Swift Version to the Podspec to help developers with an add-to-app setup not run into the missing SWIFT_VERSION error when compiling.
  • Loading branch information
martin-headspace committed Nov 27, 2024
1 parent 610685c commit 3be9afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/amplitude_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Pod::Spec.new do |s|
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Amplitude', '8.18.0'
s.swift_version = '5.0'

s.ios.deployment_target = '10.0'
end
Expand Down

0 comments on commit 3be9afd

Please sign in to comment.