diff --git a/README.md b/README.md index d9523ab0..71ace3b2 100644 --- a/README.md +++ b/README.md @@ -181,14 +181,14 @@ public struct TLPHAsset { //Apparently, this method is not be safety to export a video. //There is many way that export a video. //This method was one of them. - func exportVideoFile(progressBlock:((Float) -> Void)? = nil, completionBlock:@escaping ((URL,String) -> Void)) + public func exportVideoFile(progressBlock:((Float) -> Void)? = nil, completionBlock:@escaping ((URL,String) -> Void)) // get original asset file name public var originalFileName: String? } ``` -> Note: convenience export method -> fullResolutionImage, cloudImageDownload, tempCopyMediaFile, exportVideoFile -> It's not enough if you wanted to use more complicated export asset options. ( progress, export type, etc..) +> Note: convenience export method +> fullResolutionImage, cloudImageDownload, tempCopyMediaFile, exportVideoFile +> It's not enough if you wanted to use more complicated export asset options. ( progress, export type, etc..) ## Customize diff --git a/TLPhotoPicker.podspec b/TLPhotoPicker.podspec index 63762438..057888e5 100644 --- a/TLPhotoPicker.podspec +++ b/TLPhotoPicker.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'TLPhotoPicker' - s.version = '1.6.0' + s.version = '1.6.1' s.summary = 'multiple phassets picker for iOS lib. like facebook' # This description is used to generate tags and improve search results.