Skip to content

Commit

Permalink
chore: release version 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenceLove committed Dec 14, 2024
1 parent 43aac77 commit 9f03453
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion HXPhotoPicker-Lite.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "HXPhotoPicker-Lite"
spec.version = "4.2.3.2"
spec.version = "4.2.4"
spec.summary = "Photo selector - Support LivePhoto, GIF selection"
spec.homepage = "https://github.com/SilenceLove/HXPhotoPicker"
spec.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
12 changes: 6 additions & 6 deletions HXPhotoPicker.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |spec|
spec.name = "HXPhotoPicker"
spec.version = "4.2.3.2"
spec.version = "4.2.4"
spec.summary = "照片/视频选择器 - 支持LivePhoto、GIF图片选择、自定义编辑照片/视频、3DTouch预览、浏览网络图片/网络视频 功能 - Imitation weibo photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, browse the web image function"
spec.homepage = "https://github.com/SilenceLove/HXPhotoPicker"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "SilenceLove" => "294005139@qq.com" }

spec.swift_versions = ['5.0']
spec.platform = :ios, "12.0"
spec.ios.deployment_target = "12.0"
spec.platform = :ios, "13.0"
spec.ios.deployment_target = "13.0"
spec.source = { :git => "https://github.com/SilenceLove/HXPhotoPicker.git", :tag => "#{spec.version}" }

spec.framework = 'UIKit','Photos','PhotosUI'
Expand All @@ -33,7 +33,7 @@ Pod::Spec.new do |spec|
end
picker.subspec 'KF' do |kf|
kf.dependency 'HXPhotoPicker/Picker/Lite'
kf.dependency 'Kingfisher', '~> 7.0'
kf.dependency 'Kingfisher', '~> 8.0'
end
end

Expand All @@ -46,7 +46,7 @@ Pod::Spec.new do |spec|
editor.subspec 'KF' do |kf|
kf.dependency 'HXPhotoPicker/EditorView/KF'
kf.dependency 'HXPhotoPicker/Editor/Lite'
kf.dependency 'Kingfisher', '~> 7.0'
kf.dependency 'Kingfisher', '~> 8.0'
end
end

Expand All @@ -58,7 +58,7 @@ Pod::Spec.new do |spec|
end
editor_view.subspec 'KF' do |kf|
kf.dependency 'HXPhotoPicker/EditorView/Lite'
kf.dependency 'Kingfisher', '~> 7.0'
kf.dependency 'Kingfisher', '~> 8.0'
end
end

Expand Down
24 changes: 13 additions & 11 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"pins" : [
{
"identity" : "kingfisher",
"kind" : "remoteSourceControl",
"location" : "https://github.com/onevcat/Kingfisher.git",
"state" : {
"revision" : "3f6992b5cd3143e83b02300ea59c400d4cf0747a",
"version" : "7.8.0"
"object": {
"pins": [
{
"package": "Kingfisher",
"repositoryURL": "https://github.com/onevcat/Kingfisher.git",
"state": {
"branch": null,
"revision": "623e1595526a2034dc49eda264a4d174e90dac64",
"version": "8.1.2"
}
}
}
],
"version" : 2
]
},
"version": 1
}
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import PackageDescription

let package = Package(
name: "HXPhotoPicker",
platforms: [.iOS(.v12)],
platforms: [.iOS(.v13)],
products: [
.library(
name: "HXPhotoPicker",
targets: ["HXPhotoPicker"]),
],
dependencies: [
.package(url: "https://github.com/onevcat/Kingfisher.git", from: "7.0.0"),
.package(url: "https://github.com/onevcat/Kingfisher.git", from: "8.0.0"),
],
targets: [
.target(
Expand Down

0 comments on commit 9f03453

Please sign in to comment.