Skip to content

Commit

Permalink
Update minimum supported version to iOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrahul43 committed Jun 20, 2024
1 parent 45e8e43 commit bced605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clickstream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Pod::Spec.new do |s|
s.exclude_files = "Sources/ETETestSuite/**/*.swift"
s.frameworks = "UIKit", "Foundation", "CoreTelephony"
s.dependency "SwiftProtobuf", "~> 1.21.0"
s.dependency "ReachabilitySwift", '~> 5.2.3'
s.dependency "ReachabilitySwift", '>= 5.0.0'
s.dependency "GRDB.swift", "~> 6.7.0"
s.dependency "Starscream", "~> 4.0"

Expand Down

0 comments on commit bced605

Please sign in to comment.