feat: optimize reader caching and document formats

This commit is contained in:
shenlei
2026-07-20 17:22:06 +09:00
parent 52f803e8db
commit 68d9363f0a
35 changed files with 3771 additions and 2229 deletions
@@ -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