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

Commit 9810d10

Browse files
committed
Update WordPressKit to 9.0.0
1 parent 44b73a1 commit 9810d10

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def wordpress_authenticator_pods
2828
## These should match the version requirement from the podspec.
2929
pod 'Gridicons', '~> 1.0'
3030
pod 'WordPressUI', '~> 1.7-beta'
31-
pod 'WordPressKit', '~> 8.7-beta'
31+
pod 'WordPressKit', '~> 9.0.0'
3232
pod 'WordPressShared', '~> 2.1-beta'
3333

3434
third_party_pods

Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ PODS:
1313
- Gridicons (~> 1.0)
1414
- "NSURL+IDN (= 0.4)"
1515
- SVProgressHUD (~> 2.2.5)
16-
- WordPressKit (~> 8.7-beta)
16+
- WordPressKit (~> 9.0.0)
1717
- WordPressShared (~> 2.1-beta)
1818
- WordPressUI (~> 1.7-beta)
19-
- WordPressKit (8.11.0):
19+
- WordPressKit (9.0.0):
2020
- Alamofire (~> 4.8.0)
2121
- NSObject-SafeExpectations (~> 0.0.4)
2222
- UIDeviceIdentifier (~> 2.0)
@@ -35,7 +35,7 @@ DEPENDENCIES:
3535
- SVProgressHUD (= 2.2.5)
3636
- SwiftLint (~> 0.49)
3737
- WordPressAuthenticator (from `.`)
38-
- WordPressKit (~> 8.7-beta)
38+
- WordPressKit (~> 9.0.0)
3939
- WordPressShared (~> 2.1-beta)
4040
- WordPressUI (~> 1.7-beta)
4141

@@ -71,12 +71,12 @@ SPEC CHECKSUMS:
7171
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
7272
SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5
7373
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
74-
WordPressAuthenticator: 503a174d8ccc0781a0f5769e5e284e07cb294dc0
75-
WordPressKit: 13e01ed70f6ab2397c228959bc47cb2073521f63
74+
WordPressAuthenticator: 5e7eadec3fecf2e1382a5ae8a810149413de962e
75+
WordPressKit: 3f599b50b996e4352efa5594e6de95e53315da12
7676
WordPressShared: 0aa459e5257a77184db87805a998f447443c9706
7777
WordPressUI: 1cf47a3b78154faf69caa18569ee7ece1e510fa0
7878
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd
7979

80-
PODFILE CHECKSUM: 537f0cb26852aae6d94a89c678a95bc8bd640a01
80+
PODFILE CHECKSUM: 53b90d4674a5a238bb3fca5e6e500c0a2d220ca6
8181

8282
COCOAPODS: 1.11.3

WordPressAuthenticator.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ Pod::Spec.new do |s|
4040
# Use a loose restriction that allows both production and beta versions, up to the next major version.
4141
# If you want to update which of these is used, specify it in the host app.
4242
s.dependency 'WordPressUI', '~> 1.7-beta'
43-
# TODO: Update to latest version after the PR below is merged and released
44-
# https://github.com/wordpress-mobile/WordPressKit-iOS/pull/650
45-
s.dependency 'WordPressKit', '~> 8.7-beta'
43+
s.dependency 'WordPressKit', '~> 9.0.0'
4644
s.dependency 'WordPressShared', '~> 2.1-beta'
4745
end

0 commit comments

Comments
 (0)