From cb1a490f4211517efbbed2ae6b9f57812182a610 Mon Sep 17 00:00:00 2001 From: Yang Chao Date: Tue, 17 Sep 2024 21:56:43 +0800 Subject: [PATCH] fix cocoapods publishing error --- .github/workflows/cocoapods-deploy.yaml | 1 + KingfisherWebP.podspec | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cocoapods-deploy.yaml b/.github/workflows/cocoapods-deploy.yaml index dc6958a..157d8b5 100644 --- a/.github/workflows/cocoapods-deploy.yaml +++ b/.github/workflows/cocoapods-deploy.yaml @@ -4,6 +4,7 @@ on: push: tags: - '*' + workflow_dispatch: jobs: deploy: diff --git a/KingfisherWebP.podspec b/KingfisherWebP.podspec index 9af50a5..b69ed25 100644 --- a/KingfisherWebP.podspec +++ b/KingfisherWebP.podspec @@ -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 = {