Skip to content

Commit

Permalink
Merge pull request #20 from SDWebImage/project/visionos_cocoapods
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 b2b1d20 + e107f44 commit febc9b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libwebp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.visionos.deployment_target = '1.0'

s.pod_target_xcconfig = {
'USER_HEADER_SEARCH_PATHS' => '$(inherited) ${PODS_ROOT}/libwebp/ ${PODS_TARGET_SRCROOT}/'
Expand Down

0 comments on commit febc9b5

Please sign in to comment.