Skip to content

Commit

Permalink
fix: add swift version in podspec (#210)
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 authored Jan 2, 2025
1 parent cc6024f commit e702ee5
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 = '4.1'

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

0 comments on commit e702ee5

Please # to comment.