From 6e306d7a35c13b5b288045d137cc2bba036d94d8 Mon Sep 17 00:00:00 2001 From: Brandon Titus Date: Wed, 8 Jan 2020 08:52:15 -0700 Subject: [PATCH] Update WordPressKit to 4.5.6-beta.1 --- Podfile | 2 +- Podfile.lock | 8 ++++---- WordPressAuthenticator.podspec | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Podfile b/Podfile index f4a019b03..74c82904e 100644 --- a/Podfile +++ b/Podfile @@ -11,7 +11,7 @@ def wordpress_authenticator_pods ## pod 'Gridicons', '~> 0.15' pod 'WordPressUI', '~> 1.4-beta.1' - pod 'WordPressKit', '~> 4.5.5' + pod 'WordPressKit', '~> 4.5.6-beta.1' # pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => 'issue/apple_2fa_auth' pod 'WordPressShared', '~> 1.8' diff --git a/Podfile.lock b/Podfile.lock index cc90cdeb0..e28f4a195 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -44,7 +44,7 @@ PODS: - Specta (1.0.7) - SVProgressHUD (2.2.5) - UIDeviceIdentifier (1.4.0) - - WordPressKit (4.5.5): + - WordPressKit (4.5.6-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.5.5) + - WordPressKit (~> 4.5.6-beta.1) - WordPressShared (~> 1.8) - WordPressUI (~> 1.4-beta.1) @@ -117,11 +117,11 @@ SPEC CHECKSUMS: Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66 SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6 UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0 - WordPressKit: 8029cb93a89de79442254c346523da11c2706d7b + WordPressKit: eb6742df639843f5e7b2da9450da39d222b22ab8 WordPressShared: 09cf184caa614835f5811e8609227165201e6d3e WordPressUI: 35b144885c8e5817ba6874b68accc200bda61ee1 wpxmlrpc: 6ba55c773cfa27083ae4a2173e69b19f46da98e2 -PODFILE CHECKSUM: e4f5f036a95bf5e1df937bfa7d2d24b4ee5bbb18 +PODFILE CHECKSUM: 0efdfa2e4fbdc215152337ee314105a404d69957 COCOAPODS: 1.8.4 diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index 66400426a..4d94210c1 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WordPressAuthenticator" - s.version = "1.10.6-beta.1" + s.version = "1.10.6-beta.2" s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps." s.description = <<-DESC @@ -39,6 +39,6 @@ Pod::Spec.new do |s| s.dependency 'Gridicons', '~> 0.15' s.dependency 'GoogleSignIn', '~> 4.4' s.dependency 'WordPressUI', '~> 1.4-beta.1' - s.dependency 'WordPressKit', '~> 4.5.5' + s.dependency 'WordPressKit', '~> 4.5.6-beta.1' s.dependency 'WordPressShared', '~> 1.8' end