Skip to content

Commit

Permalink
Merge pull request #1482 from elefantel/patch-1
Browse files Browse the repository at this point in the history
Bump minimum deployment target to iOS 12 to match Starscream dependency
  • Loading branch information
nuclearace authored Mar 18, 2024
2 parents 76b9419 + eb806b6 commit d069bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Socket.IO-Client-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/socketio/socket.io-client-swift"
s.license = { :type => 'MIT' }
s.author = { "Erik" => "[email protected]" }
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '5.0'
Expand Down

0 comments on commit d069bbe

Please sign in to comment.