forked from banchichen/TZImagePickerController
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
新增needFixComposition属性,默认为NO,不再主动修正视频转向,防止部分安卓拍的视频导出失败,发布2.2.6版本
- Loading branch information
1 parent
8c70406
commit c8c2fe3
Showing
7 changed files
with
31 additions
and
12 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 = "2.2.5" | ||
s.version = "2.2.6" | ||
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 = "6.0" | ||
s.source = { :git => "https://github.com/banchichen/TZImagePickerController.git", :tag => "2.2.5" } | ||
s.source = { :git => "https://github.com/banchichen/TZImagePickerController.git", :tag => "2.2.6" } | ||
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