Skip to content

Commit ef7561c

Browse files
authored
chore: Use minor version in podfile syntax for Amplitude Swift SDK (#226)
1 parent e027667 commit ef7561c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darwin/amplitude_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ A new Flutter plugin project.
2929

3030
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
3131
s.swift_version = '5.9'
32-
s.dependency 'AmplitudeSwift', '~> 1.11.2'
32+
s.dependency 'AmplitudeSwift', '~> 1.11'
3333
end

0 commit comments

Comments
 (0)