Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 74fce4b

Browse files
authored
Merge pull request #261 from wordpress-mobile/feature/use-wpui-1-6-0
Uses WordPressUI 1.6.0-beta.1
2 parents 51e31fe + 9a22fa8 commit 74fce4b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def wordpress_authenticator_pods
1010
## ====================
1111
##
1212
pod 'Gridicons', '~> 1.0'
13-
pod 'WordPressUI', '~> 1.5.4-beta'
13+
pod 'WordPressUI', '~> 1.6.0-beta'
1414
pod 'WordPressKit', '~> 4.8.0'
1515
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
1616
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => ''

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ PODS:
5454
- WordPressShared (1.8.16):
5555
- CocoaLumberjack (~> 3.4)
5656
- FormatterKit/TimeIntervalFormatter (= 1.8.2)
57-
- WordPressUI (1.5.4-beta.3)
57+
- WordPressUI (1.6.0-beta.1)
5858
- wpxmlrpc (0.8.5)
5959

6060
DEPENDENCIES:
@@ -73,7 +73,7 @@ DEPENDENCIES:
7373
- SVProgressHUD (= 2.2.5)
7474
- WordPressKit (~> 4.8.0)
7575
- WordPressShared (~> 1.8.16)
76-
- WordPressUI (~> 1.5.4-beta)
76+
- WordPressUI (~> 1.6.0-beta)
7777

7878
SPEC REPOS:
7979
trunk:
@@ -119,9 +119,9 @@ SPEC CHECKSUMS:
119119
UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0
120120
WordPressKit: 84045e236949248632a2c644149e5657733011bb
121121
WordPressShared: 1bc316ed162f42af4e0fa2869437e9e28b532b01
122-
WordPressUI: 3fb26abb771534e6eb545a53c1e02a35830d051d
122+
WordPressUI: 454a57b4d2949dac2498921cbdb8ef51f854ed09
123123
wpxmlrpc: 6a9bdd6ab9d1b159b384b0df0f3f39de9af4fecf
124124

125-
PODFILE CHECKSUM: bac3545d372dd4e32543a371945e1df6c796188b
125+
PODFILE CHECKSUM: fb0bf826bce08b5bd534d76610457844c27f9f35
126126

127127
COCOAPODS: 1.8.4

WordPressAuthenticator.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WordPressAuthenticator"
3-
s.version = "1.15.0-beta.3"
3+
s.version = "1.15.0-beta.5"
44
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55

66
s.description = <<-DESC
@@ -39,7 +39,7 @@ Pod::Spec.new do |s|
3939

4040
s.dependency 'Gridicons', '~> 1.0'
4141
s.dependency 'GoogleSignIn', '~> 4.4'
42-
s.dependency 'WordPressUI', '~> 1.5.4-beta'
42+
s.dependency 'WordPressUI', '~> 1.6.0-beta'
4343
s.dependency 'WordPressKit', '~> 4.8.0'
4444
s.dependency 'WordPressShared', '~> 1.8.16'
4545
end

0 commit comments

Comments
 (0)