Skip to content

Commit

Permalink
Merge pull request #103 from SDWebImage/project/cocoapods_visionos
Browse files Browse the repository at this point in the history
Added CocoaPods support for visionOS
  • Loading branch information
dreampiggy authored Feb 13, 2024
2 parents 8a33fb3 + 1a66e99 commit 37ec5f2
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 37ec5f2

Please sign in to comment.