Skip to content

Commit

Permalink
Add swift version back to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Oct 30, 2024
1 parent 693893b commit 68c313b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Paralayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/square/Paralayout'
s.authors = 'Square'
s.source = { :git => 'https://github.com/square/Paralayout.git', :tag => s.version }
s.swift_version = '6.0'
s.source_files = 'Paralayout/*.{swift}'
s.ios.deployment_target = '13.0'

Expand Down

0 comments on commit 68c313b

Please sign in to comment.