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 = {