Showing
100 changed files
with
9 additions
and
57 deletions
Too many changes to show.
To preserve performance only 100 of 100+ files are displayed.
| 1 | 1 | ||
| 2 | Pod::Spec.new do |s| | 2 | Pod::Spec.new do |s| |
| 3 | s.name = 'liberate' | 3 | s.name = 'liberate' |
| 4 | - s.version = "3.6.0.03071539" | 4 | + s.version = "3.6.0.03241534" |
| 5 | s.summary = 'A short description of liberate.' | 5 | s.summary = 'A short description of liberate.' |
| 6 | 6 | ||
| 7 | s.ios.deployment_target = '10.0' | 7 | s.ios.deployment_target = '10.0' |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This file is too large to display.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
liberate/HHSDKVideo.framework/Modules/HHSDKVideo.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
| @@ -3806,18 +3806,6 @@ public struct OrderModel : HHSDKVideo.Mappable { | @@ -3806,18 +3806,6 @@ public struct OrderModel : HHSDKVideo.Mappable { | ||
| 3806 | public init?(map: HHSDKVideo.Map) | 3806 | public init?(map: HHSDKVideo.Map) |
| 3807 | public mutating func mapping(map: HHSDKVideo.Map) | 3807 | public mutating func mapping(map: HHSDKVideo.Map) |
| 3808 | } | 3808 | } |
| 3809 | -public struct ExpertOderModel : HHSDKVideo.Mappable { | ||
| 3810 | - public var orderInfo: HHSDKVideo.ExpertOrderInfoModel? | ||
| 3811 | - public var expert: HHSDKVideo.HHDoctorModel? | ||
| 3812 | - public init?(map: HHSDKVideo.Map) | ||
| 3813 | - public mutating func mapping(map: HHSDKVideo.Map) | ||
| 3814 | -} | ||
| 3815 | -public struct ExpertOrderInfoModel : HHSDKVideo.Mappable { | ||
| 3816 | - public var orderId: Swift.String? | ||
| 3817 | - public var time: Swift.Int? | ||
| 3818 | - public init?(map: HHSDKVideo.Map) | ||
| 3819 | - public mutating func mapping(map: HHSDKVideo.Map) | ||
| 3820 | -} | ||
| 3821 | public protocol PaddingProtocol { | 3809 | public protocol PaddingProtocol { |
| 3822 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> | 3810 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> |
| 3823 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> | 3811 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> |
| @@ -5479,8 +5467,8 @@ extension ZLPhotoUIConfiguration { | @@ -5479,8 +5467,8 @@ extension ZLPhotoUIConfiguration { | ||
| 5479 | @objc deinit | 5467 | @objc deinit |
| 5480 | } | 5468 | } |
| 5481 | extension ZLVideoManager { | 5469 | extension ZLVideoManager { |
| 5482 | - @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
| 5483 | - @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | 5470 | + @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) |
| 5471 | + @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
| 5484 | } | 5472 | } |
| 5485 | extension ZLVideoManager { | 5473 | extension ZLVideoManager { |
| 5486 | @objc public enum ExportType : Swift.Int { | 5474 | @objc public enum ExportType : Swift.Int { |
No preview for this file type
| @@ -3806,18 +3806,6 @@ public struct OrderModel : HHSDKVideo.Mappable { | @@ -3806,18 +3806,6 @@ public struct OrderModel : HHSDKVideo.Mappable { | ||
| 3806 | public init?(map: HHSDKVideo.Map) | 3806 | public init?(map: HHSDKVideo.Map) |
| 3807 | public mutating func mapping(map: HHSDKVideo.Map) | 3807 | public mutating func mapping(map: HHSDKVideo.Map) |
| 3808 | } | 3808 | } |
| 3809 | -public struct ExpertOderModel : HHSDKVideo.Mappable { | ||
| 3810 | - public var orderInfo: HHSDKVideo.ExpertOrderInfoModel? | ||
| 3811 | - public var expert: HHSDKVideo.HHDoctorModel? | ||
| 3812 | - public init?(map: HHSDKVideo.Map) | ||
| 3813 | - public mutating func mapping(map: HHSDKVideo.Map) | ||
| 3814 | -} | ||
| 3815 | -public struct ExpertOrderInfoModel : HHSDKVideo.Mappable { | ||
| 3816 | - public var orderId: Swift.String? | ||
| 3817 | - public var time: Swift.Int? | ||
| 3818 | - public init?(map: HHSDKVideo.Map) | ||
| 3819 | - public mutating func mapping(map: HHSDKVideo.Map) | ||
| 3820 | -} | ||
| 3821 | public protocol PaddingProtocol { | 3809 | public protocol PaddingProtocol { |
| 3822 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> | 3810 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> |
| 3823 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> | 3811 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> |
| @@ -5479,8 +5467,8 @@ extension ZLPhotoUIConfiguration { | @@ -5479,8 +5467,8 @@ extension ZLPhotoUIConfiguration { | ||
| 5479 | @objc deinit | 5467 | @objc deinit |
| 5480 | } | 5468 | } |
| 5481 | extension ZLVideoManager { | 5469 | extension ZLVideoManager { |
| 5482 | - @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
| 5483 | - @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | 5470 | + @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) |
| 5471 | + @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
| 5484 | } | 5472 | } |
| 5485 | extension ZLVideoManager { | 5473 | extension ZLVideoManager { |
| 5486 | @objc public enum ExportType : Swift.Int { | 5474 | @objc public enum ExportType : Swift.Int { |
No preview for this file type
| @@ -3806,18 +3806,6 @@ public struct OrderModel : HHSDKVideo.Mappable { | @@ -3806,18 +3806,6 @@ public struct OrderModel : HHSDKVideo.Mappable { | ||
| 3806 | public init?(map: HHSDKVideo.Map) | 3806 | public init?(map: HHSDKVideo.Map) |
| 3807 | public mutating func mapping(map: HHSDKVideo.Map) | 3807 | public mutating func mapping(map: HHSDKVideo.Map) |
| 3808 | } | 3808 | } |
| 3809 | -public struct ExpertOderModel : HHSDKVideo.Mappable { | ||
| 3810 | - public var orderInfo: HHSDKVideo.ExpertOrderInfoModel? | ||
| 3811 | - public var expert: HHSDKVideo.HHDoctorModel? | ||
| 3812 | - public init?(map: HHSDKVideo.Map) | ||
| 3813 | - public mutating func mapping(map: HHSDKVideo.Map) | ||
| 3814 | -} | ||
| 3815 | -public struct ExpertOrderInfoModel : HHSDKVideo.Mappable { | ||
| 3816 | - public var orderId: Swift.String? | ||
| 3817 | - public var time: Swift.Int? | ||
| 3818 | - public init?(map: HHSDKVideo.Map) | ||
| 3819 | - public mutating func mapping(map: HHSDKVideo.Map) | ||
| 3820 | -} | ||
| 3821 | public protocol PaddingProtocol { | 3809 | public protocol PaddingProtocol { |
| 3822 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> | 3810 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> |
| 3823 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> | 3811 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> |
| @@ -5479,8 +5467,8 @@ extension ZLPhotoUIConfiguration { | @@ -5479,8 +5467,8 @@ extension ZLPhotoUIConfiguration { | ||
| 5479 | @objc deinit | 5467 | @objc deinit |
| 5480 | } | 5468 | } |
| 5481 | extension ZLVideoManager { | 5469 | extension ZLVideoManager { |
| 5482 | - @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
| 5483 | - @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | 5470 | + @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) |
| 5471 | + @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
| 5484 | } | 5472 | } |
| 5485 | extension ZLVideoManager { | 5473 | extension ZLVideoManager { |
| 5486 | @objc public enum ExportType : Swift.Int { | 5474 | @objc public enum ExportType : Swift.Int { |
No preview for this file type
| @@ -3806,18 +3806,6 @@ public struct OrderModel : HHSDKVideo.Mappable { | @@ -3806,18 +3806,6 @@ public struct OrderModel : HHSDKVideo.Mappable { | ||
| 3806 | public init?(map: HHSDKVideo.Map) | 3806 | public init?(map: HHSDKVideo.Map) |
| 3807 | public mutating func mapping(map: HHSDKVideo.Map) | 3807 | public mutating func mapping(map: HHSDKVideo.Map) |
| 3808 | } | 3808 | } |
| 3809 | -public struct ExpertOderModel : HHSDKVideo.Mappable { | ||
| 3810 | - public var orderInfo: HHSDKVideo.ExpertOrderInfoModel? | ||
| 3811 | - public var expert: HHSDKVideo.HHDoctorModel? | ||
| 3812 | - public init?(map: HHSDKVideo.Map) | ||
| 3813 | - public mutating func mapping(map: HHSDKVideo.Map) | ||
| 3814 | -} | ||
| 3815 | -public struct ExpertOrderInfoModel : HHSDKVideo.Mappable { | ||
| 3816 | - public var orderId: Swift.String? | ||
| 3817 | - public var time: Swift.Int? | ||
| 3818 | - public init?(map: HHSDKVideo.Map) | ||
| 3819 | - public mutating func mapping(map: HHSDKVideo.Map) | ||
| 3820 | -} | ||
| 3821 | public protocol PaddingProtocol { | 3809 | public protocol PaddingProtocol { |
| 3822 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> | 3810 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> |
| 3823 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> | 3811 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> |
| @@ -5479,8 +5467,8 @@ extension ZLPhotoUIConfiguration { | @@ -5479,8 +5467,8 @@ extension ZLPhotoUIConfiguration { | ||
| 5479 | @objc deinit | 5467 | @objc deinit |
| 5480 | } | 5468 | } |
| 5481 | extension ZLVideoManager { | 5469 | extension ZLVideoManager { |
| 5482 | - @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
| 5483 | - @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | 5470 | + @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) |
| 5471 | + @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
| 5484 | } | 5472 | } |
| 5485 | extension ZLVideoManager { | 5473 | extension ZLVideoManager { |
| 5486 | @objc public enum ExportType : Swift.Int { | 5474 | @objc public enum ExportType : Swift.Int { |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or login to post a comment