Skip to content

Commit

Permalink
chore: release version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenceLove committed Apr 23, 2024
1 parent 45e6ef6 commit aaf445a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 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.1.9.1"
spec.version = "4.2.0"
spec.summary = "Photo selector - Support LivePhoto, GIF selection"
spec.homepage = "https://github.com/SilenceLove/HXPhotoPicker"
spec.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -10,8 +10,8 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/SilenceLove/HXPhotoPicker.git", :tag => "#{spec.version}" }
spec.framework = 'UIKit','Photos','PhotosUI'
spec.requires_arc = true
spec.resources = "Sources/HXPhotoPicker/Resources/*.{bundle}"
spec.resource_bundle = { 'HXPhotoPicker_Privacy' => ['Sources/HXPhotoPicker/Resources/PrivacyInfo.xcprivacy']}
spec.resources = "Sources/HXPhotoPicker/Resources/*.{bundle}"
spec.resource_bundle = { 'HXPhotoPicker_Privacy' => ['Sources/HXPhotoPicker/Resources/PrivacyInfo.xcprivacy']}
spec.default_subspec = 'Full'

spec.subspec 'Core' do |core|
Expand Down
6 changes: 3 additions & 3 deletions HXPhotoPicker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "HXPhotoPicker"
spec.version = "4.1.9.1"
spec.version = "4.2.0"
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" }
Expand All @@ -13,8 +13,8 @@ Pod::Spec.new do |spec|

spec.framework = 'UIKit','Photos','PhotosUI'
spec.requires_arc = true
spec.resources = "Sources/HXPhotoPicker/Resources/*.{bundle}"
spec.resource_bundle = { 'HXPhotoPicker_Privacy' => ['Sources/HXPhotoPicker/Resources/PrivacyInfo.xcprivacy']}
spec.resources = "Sources/HXPhotoPicker/Resources/*.{bundle}"
spec.resource_bundle = { 'HXPhotoPicker_Privacy' => ['Sources/HXPhotoPicker/Resources/PrivacyInfo.xcprivacy']}
spec.default_subspec = 'Full'

spec.subspec 'Core' do |core|
Expand Down

0 comments on commit aaf445a

Please sign in to comment.