清理重复 Podfile 配置

This commit is contained in:
shenlei
2026-07-13 16:09:45 +09:00
parent 6a0a1223b1
commit 822949f6cc
4 changed files with 7 additions and 37 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ platform :ios, '15.6'
target 'ReadViewDemo' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'RDEpubReaderView', :path => '..'
pod 'RDEpubReaderView', :path => '../Sources/RDEpubReaderView'
end