Selaa lähdekoodia

ComPDFKit(flutter) - 更新iOS 正式下载地址

dinglingui 9 kuukautta sitten
vanhempi
commit
edd7e2fda0
1 muutettua tiedostoa jossa 2 lisäystä ja 4 poistoa
  1. 2 4
      example/ios/Podfile

+ 2 - 4
example/ios/Podfile

@@ -31,10 +31,8 @@ target 'Runner' do
   use_frameworks!
   use_modular_headers!
 
-#   pod "ComPDFKit", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.0.1.podspec'
-#   pod "ComPDFKit_Tools", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.0.1.podspec'
-  pod 'ComPDFKit', :git => 'https://github.com/dinglingui/testLib.git', :tag => '2.0.1'
-  pod 'ComPDFKit_Tools', :git => 'https://github.com/dinglingui/testLib.git', :tag => '2.0.1'
+   pod "ComPDFKit", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit/2.0.2-beta.podspec'
+   pod "ComPDFKit_Tools", podspec:'https://www.compdf.com/download/ios/cocoapods/xcframeworks/compdfkit_tools/2.0.2-beta.podspec'
   flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
   target 'RunnerTests' do
     inherit! :search_paths