Skip to content

Commit

Permalink
ios version update
Browse files Browse the repository at this point in the history
  • Loading branch information
KalpeshJetaniSS committed May 21, 2024
1 parent d4cc1e2 commit e4fc2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SSLazyList.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/smartsensesolutions/SSLazyList.git', :tag => s.version.to_s}
s.social_media_url = 'https://twitter.com/smartsense13'

s.platform = :ios, '15.0'
#s.platform = :ios, '15.0'
s.ios.deployment_target = '15.0'
s.platforms = {
"iOS": "15.0"
"ios": "15.0"
}
s.source_files = 'Sources/*.swift'
s.swift_version = '5.0'
Expand Down

0 comments on commit e4fc2c9

Please sign in to comment.