Skip to content

Commit

Permalink
fix cocoapods publishing error
Browse files Browse the repository at this point in the history
  • Loading branch information
yeatse committed Sep 17, 2024
1 parent 3e985c9 commit 57b364d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions KingfisherWebP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ KingfisherWebP is an extension of the popular library [Kingfisher](https://githu
s.source = { :git => 'https://github.com/yeatse/KingfisherWebP.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/yeatse'

s.ios.deployment_target = "12.0"
s.tvos.deployment_target = "12.0"
s.osx.deployment_target = "10.14"
s.watchos.deployment_target = "5.0"
s.ios.deployment_target = "13.0"
s.tvos.deployment_target = "13.0"
s.osx.deployment_target = "10.15"
s.watchos.deployment_target = "6.0"

s.frameworks = "Accelerate"
s.requires_arc = true

s.source_files = 'Sources/**/*.{h,m,swift}'
s.pod_target_xcconfig = {
Expand Down

0 comments on commit 57b364d

Please sign in to comment.