From 28d66b047db3ed83364251840dac0082e12df4c2 Mon Sep 17 00:00:00 2001 From: alpavanoglu Date: Thu, 6 Jul 2023 00:09:53 +0200 Subject: [PATCH] Update podfile to target WordpressKit 8.5.0-beta.3 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index aeddcaa929a6..c6d5efa87fcd 100644 --- a/Podfile +++ b/Podfile @@ -50,7 +50,7 @@ def wordpress_ui end def wordpress_kit - pod 'WordPressKit', '~> 8.4-beta.3' + pod 'WordPressKit', '~> 8.5.0-beta.3' # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', tag: '' # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: '' # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: ''