From 9a22fa8bd01b91e3e94e09031232bf645523bad9 Mon Sep 17 00:00:00 2001 From: Giorgio Ruscigno Date: Tue, 28 Apr 2020 15:41:52 -0500 Subject: [PATCH] Uses WordPressUI 1.6.0-beta.1 --- Podfile | 2 +- Podfile.lock | 8 ++++---- WordPressAuthenticator.podspec | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Podfile b/Podfile index 3c5e8064a..5c2258259 100644 --- a/Podfile +++ b/Podfile @@ -10,7 +10,7 @@ def wordpress_authenticator_pods ## ==================== ## pod 'Gridicons', '~> 1.0' - pod 'WordPressUI', '~> 1.5.4-beta' + pod 'WordPressUI', '~> 1.6.0-beta' pod 'WordPressKit', '~> 4.8.0' # pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => '' # pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => '' diff --git a/Podfile.lock b/Podfile.lock index 8bad2a5bf..0501daeec 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -54,7 +54,7 @@ PODS: - WordPressShared (1.8.16): - CocoaLumberjack (~> 3.4) - FormatterKit/TimeIntervalFormatter (= 1.8.2) - - WordPressUI (1.5.4-beta.3) + - WordPressUI (1.6.0-beta.1) - wpxmlrpc (0.8.5) DEPENDENCIES: @@ -73,7 +73,7 @@ DEPENDENCIES: - SVProgressHUD (= 2.2.5) - WordPressKit (~> 4.8.0) - WordPressShared (~> 1.8.16) - - WordPressUI (~> 1.5.4-beta) + - WordPressUI (~> 1.6.0-beta) SPEC REPOS: trunk: @@ -119,9 +119,9 @@ SPEC CHECKSUMS: UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0 WordPressKit: 84045e236949248632a2c644149e5657733011bb WordPressShared: 1bc316ed162f42af4e0fa2869437e9e28b532b01 - WordPressUI: 3fb26abb771534e6eb545a53c1e02a35830d051d + WordPressUI: 454a57b4d2949dac2498921cbdb8ef51f854ed09 wpxmlrpc: 6a9bdd6ab9d1b159b384b0df0f3f39de9af4fecf -PODFILE CHECKSUM: bac3545d372dd4e32543a371945e1df6c796188b +PODFILE CHECKSUM: fb0bf826bce08b5bd534d76610457844c27f9f35 COCOAPODS: 1.8.4 diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index 610f77b8e..0aacd5ba5 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WordPressAuthenticator" - s.version = "1.15.0-beta.3" + s.version = "1.15.0-beta.5" s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps." s.description = <<-DESC @@ -39,7 +39,7 @@ Pod::Spec.new do |s| s.dependency 'Gridicons', '~> 1.0' s.dependency 'GoogleSignIn', '~> 4.4' - s.dependency 'WordPressUI', '~> 1.5.4-beta' + s.dependency 'WordPressUI', '~> 1.6.0-beta' s.dependency 'WordPressKit', '~> 4.8.0' s.dependency 'WordPressShared', '~> 1.8.16' end