feat: optimize reader caching and document formats
This commit is contained in:
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
|
||||
s.name = "RDPDFReaderView"
|
||||
s.module_name = "RDPDFReaderView"
|
||||
s.version = "0.0.1"
|
||||
s.summary = "Independent UIKit PDF reader interaction engine"
|
||||
s.summary = "UIKit PDF reader supporting host images and direct PDFKit parsing"
|
||||
s.platform = :ios, "15.0"
|
||||
s.swift_versions = ["5.10"]
|
||||
s.homepage = "https://example.invalid/RDPDFReaderView"
|
||||
@@ -11,6 +11,6 @@ Pod::Spec.new do |s|
|
||||
s.license = "MIT"
|
||||
s.source_files = "{Sources,ReaderView}/**/*.swift"
|
||||
s.dependency "SnapKit", "~> 5.7"
|
||||
s.frameworks = "Vision", "CoreImage"
|
||||
s.frameworks = "Vision", "CoreImage", "PDFKit"
|
||||
s.requires_arc = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user