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 cb1a490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cocoapods-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- '*'
workflow_dispatch:

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions KingfisherWebP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ KingfisherWebP is an extension of the popular library [Kingfisher](https://githu
s.watchos.deployment_target = "5.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 cb1a490

Please sign in to comment.