Skip to content

Commit

Permalink
Added CocoaPods support for visionOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Feb 13, 2024
1 parent 8a33fb3 commit 1a66e99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SDWebImageWebPCoder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ This is a SDWebImage coder plugin to support WebP image.
s.osx.deployment_target = '10.11'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.visionos.deployment_target = '1.0'

s.module_map = 'SDWebImageWebPCoder/Module/SDWebImageWebPCoder.modulemap'

s.source_files = 'SDWebImageWebPCoder/Classes/**/*', 'SDWebImageWebPCoder/Private/*.h', 'SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h'
Expand Down

0 comments on commit 1a66e99

Please sign in to comment.