From 0a184dafa9851933200781075f7ba1e80267b4f3 Mon Sep 17 00:00:00 2001 From: Stephenie Harris Date: Tue, 23 Apr 2019 13:58:28 -0600 Subject: [PATCH 1/2] Updating WPKit pod version. --- Podfile | 2 +- Podfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Podfile b/Podfile index faf2a8eca..5a39d0128 100644 --- a/Podfile +++ b/Podfile @@ -12,7 +12,7 @@ def wordpress_authenticator_pods ## pod 'Gridicons', '~> 0.15' pod 'WordPressUI', '~> 1.0' - pod 'WordPressKit', '~> 4.0.0-beta' + pod 'WordPressKit', '~> 4.1.0-beta' pod 'WordPressShared', '~> 1.4' ## Third party libraries diff --git a/Podfile.lock b/Podfile.lock index 68d45bb3d..4ed8c8669 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -44,7 +44,7 @@ PODS: - Specta (1.0.7) - SVProgressHUD (2.2.5) - UIDeviceIdentifier (1.1.4) - - WordPressKit (4.0.0): + - WordPressKit (4.1.0-beta.1): - Alamofire (~> 4.7.3) - CocoaLumberjack (~> 3.4) - NSObject-SafeExpectations (= 0.0.3) @@ -71,7 +71,7 @@ DEPENDENCIES: - OHHTTPStubs/Swift (= 8.0.0) - Specta (= 1.0.7) - SVProgressHUD (= 2.2.5) - - WordPressKit (~> 4.0.0-beta) + - WordPressKit (~> 4.1.0-beta) - WordPressShared (~> 1.4) - WordPressUI (~> 1.0) @@ -117,11 +117,11 @@ SPEC CHECKSUMS: Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66 SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6 UIDeviceIdentifier: 8f8a24b257a4d978c8d40ad1e7355b944ffbfa8c - WordPressKit: 95509fbb5baa161a5380cbadb0fd565ab79ef91f + WordPressKit: ab450fc37b54d8fe6839fb6e4074962980480cc0 WordPressShared: e707496f12f29d69aa66b1fcd3b55f0b8b70f2f6 WordPressUI: 44fe43a9c5c504dfd534286e39e1ce6ebcd69ff5 wpxmlrpc: 6ba55c773cfa27083ae4a2173e69b19f46da98e2 -PODFILE CHECKSUM: 960a2d9814e3dc430d7950c5bf3a87f996199ccf +PODFILE CHECKSUM: 3948c11558517fa428dbde47440a11ef0f274986 COCOAPODS: 1.6.1 From 4d915013f259b622ac9632c1ffd086899c5f3fed Mon Sep 17 00:00:00 2001 From: Stephenie Harris Date: Tue, 23 Apr 2019 16:54:48 -0600 Subject: [PATCH 2/2] Updating the WordPressKit dependency. --- WordPressAuthenticator.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index 140b4efd5..ca0ef25de 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -41,6 +41,6 @@ Pod::Spec.new do |s| s.dependency 'Gridicons', '~> 0.15' s.dependency 'GoogleSignIn', '4.1.2' s.dependency 'WordPressUI', '~> 1.0' - s.dependency 'WordPressKit', '~> 4.0.0-beta' + s.dependency 'WordPressKit', '~> 4.1.0-beta' s.dependency 'WordPressShared', '~> 1.4' end