-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
发布3.0.7,适配iPhoneXR、XS、XS Max,建议大家尽快更新
- Loading branch information
1 parent
c4cb76b
commit 8e04696
Showing
7 changed files
with
10 additions
and
8 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,13 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "TZImagePickerController" | ||
s.version = "3.0.6" | ||
s.version = "3.0.7" | ||
s.summary = "A clone of UIImagePickerController, support picking multiple photos、original photo and video" | ||
s.homepage = "https://github.com/banchichen/TZImagePickerController" | ||
s.license = "MIT" | ||
s.author = { "banchichen" => "[email protected]" } | ||
s.platform = :ios | ||
s.ios.deployment_target = "8.0" | ||
s.source = { :git => "https://github.com/banchichen/TZImagePickerController.git", :tag => "3.0.6" } | ||
s.source = { :git => "https://github.com/banchichen/TZImagePickerController.git", :tag => "3.0.7" } | ||
s.requires_arc = true | ||
s.resources = "TZImagePickerController/TZImagePickerController/*.{png,bundle}" | ||
s.source_files = "TZImagePickerController/TZImagePickerController/*.{h,m}" | ||
|
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
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
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