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..2a95586 100644 --- a/KingfisherWebP.podspec +++ b/KingfisherWebP.podspec @@ -14,12 +14,13 @@ KingfisherWebP is an extension of the popular library [Kingfisher](https://githu s.source = { :git => 'https://github.com/yeatse/KingfisherWebP.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/yeatse' - s.ios.deployment_target = "12.0" - s.tvos.deployment_target = "12.0" - s.osx.deployment_target = "10.14" - s.watchos.deployment_target = "5.0" + s.ios.deployment_target = "13.0" + s.tvos.deployment_target = "13.0" + s.osx.deployment_target = "10.15" + s.watchos.deployment_target = "6.0" s.frameworks = "Accelerate" + s.requires_arc = true s.source_files = 'Sources/**/*.{h,m,swift}' s.pod_target_xcconfig = {