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

Commit 90722d6

Browse files
committed
Update WordPressKit dependency to ~> 15.0
1 parent 30aada2 commit 90722d6

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def wordpress_authenticator_pods
3131
## These should match the version requirement from the podspec.
3232
pod 'Gridicons', '~> 1.0'
3333
pod 'WordPressUI', '~> 1.7-beta'
34-
pod 'WordPressKit', '~> 14.0'
34+
pod 'WordPressKit', '~> 15.0'
3535
pod 'WordPressShared', '~> 2.1-beta'
3636

3737
third_party_pods

Podfile.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ PODS:
1212
- Gridicons (~> 1.0)
1313
- "NSURL+IDN (= 0.4)"
1414
- SVProgressHUD (~> 2.2.5)
15-
- WordPressKit (~> 14.0)
15+
- WordPressKit (~> 15.0)
1616
- WordPressShared (~> 2.1-beta)
1717
- WordPressUI (~> 1.7-beta)
18-
- WordPressKit (14.0.0):
18+
- WordPressKit (15.0.0):
1919
- NSObject-SafeExpectations (~> 0.0.4)
2020
- UIDeviceIdentifier (~> 2.0)
2121
- WordPressShared (~> 2.0-beta)
@@ -33,13 +33,11 @@ DEPENDENCIES:
3333
- SVProgressHUD (= 2.2.5)
3434
- SwiftLint (= 0.54.0)
3535
- WordPressAuthenticator (from `.`)
36-
- WordPressKit (~> 14.0)
36+
- WordPressKit (~> 15.0)
3737
- WordPressShared (~> 2.1-beta)
3838
- WordPressUI (~> 1.7-beta)
3939

4040
SPEC REPOS:
41-
https://github.com/wordpress-mobile/cocoapods-specs.git:
42-
- WordPressKit
4341
trunk:
4442
- Expecta
4543
- Gridicons
@@ -50,6 +48,7 @@ SPEC REPOS:
5048
- SVProgressHUD
5149
- SwiftLint
5250
- UIDeviceIdentifier
51+
- WordPressKit
5352
- WordPressShared
5453
- WordPressUI
5554
- wpxmlrpc
@@ -68,12 +67,12 @@ SPEC CHECKSUMS:
6867
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
6968
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
7069
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
71-
WordPressAuthenticator: 01489772aa777842626d527b0f44026ca6ed5148
72-
WordPressKit: 6fbe0528c43df471a73de17909413a1e42f862b1
70+
WordPressAuthenticator: 3d8aa41dc2701129fda5dc955757a0d26686901f
71+
WordPressKit: d4db2fa5861380bd6b71d5574f2bc63cdeee47ba
7372
WordPressShared: 87f3ee89b0a3e83106106f13a8b71605fb8eb6d2
7473
WordPressUI: a491454affda3b0fb812812e637dc5e8f8f6bd06
7574
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd
7675

77-
PODFILE CHECKSUM: d7dd88d5316c6df1fdd7e05964da727e51783ba1
76+
PODFILE CHECKSUM: 64d33bcfea34f300f162f3ffac9fd2d31af36917
7877

7978
COCOAPODS: 1.14.3

WordPressAuthenticator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +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-
s.dependency 'WordPressKit', '~> 14.0'
43+
s.dependency 'WordPressKit', '~> 15.0'
4444
s.dependency 'WordPressShared', '~> 2.1-beta'
4545
end

0 commit comments

Comments
 (0)