-
-
Notifications
You must be signed in to change notification settings - Fork 679
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43aac77
commit 9f03453
Showing
4 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" => "[email protected]" } | ||
|
||
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' | ||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters