From e3940567f29372640f8e491ab0d85e0e3a88f023 Mon Sep 17 00:00:00 2001 From: JiongXing Date: Mon, 5 Feb 2024 14:19:33 +0800 Subject: [PATCH] [other] update podspec --- JXPhotoBrowser.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/JXPhotoBrowser.podspec b/JXPhotoBrowser.podspec index 05f14a6..652fc7d 100644 --- a/JXPhotoBrowser.podspec +++ b/JXPhotoBrowser.podspec @@ -11,6 +11,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/JiongXing/PhotoBrowser.git', :tag => s.version.to_s } s.ios.deployment_target = '11.0' + s.swift_version = '5.0' s.source_files = 'Sources/JXPhotoBrowser/*' end