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

Commit 17b41b0

Browse files
committed
Updating WPKit pod version.
1 parent e5f6817 commit 17b41b0

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

Podfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ def wordpress_authenticator_pods
1212
##
1313
pod 'Gridicons', '~> 0.15'
1414
pod 'WordPressUI', '~> 1.3'
15-
# pod 'WordPressKit', '~> 4.1'
16-
pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => 'feature/create_account_with_apple'
15+
pod 'WordPressKit', '~> 4.5.0-beta.1'
1716
pod 'WordPressShared', '~> 1.8'
1817

1918
## Third party libraries

Podfile.lock

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ DEPENDENCIES:
7171
- OHHTTPStubs/Swift (= 8.0.0)
7272
- Specta (= 1.0.7)
7373
- SVProgressHUD (= 2.2.5)
74-
- WordPressKit (from `https://github.com/wordpress-mobile/WordPressKit-iOS.git`, branch `feature/create_account_with_apple`)
74+
- WordPressKit (~> 4.5.0-beta.1)
7575
- WordPressShared (~> 1.8)
7676
- WordPressUI (~> 1.3)
7777

@@ -94,20 +94,11 @@ SPEC REPOS:
9494
- Specta
9595
- SVProgressHUD
9696
- UIDeviceIdentifier
97+
- WordPressKit
9798
- WordPressShared
9899
- WordPressUI
99100
- wpxmlrpc
100101

101-
EXTERNAL SOURCES:
102-
WordPressKit:
103-
:branch: feature/create_account_with_apple
104-
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git
105-
106-
CHECKOUT OPTIONS:
107-
WordPressKit:
108-
:commit: 16c7d184a8e086e7b67a96cfc3624ef88faab69b
109-
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git
110-
111102
SPEC CHECKSUMS:
112103
1PasswordExtension: 0e95bdea64ec8ff2f4f693be5467a09fac42a83d
113104
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
@@ -126,11 +117,11 @@ SPEC CHECKSUMS:
126117
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
127118
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
128119
UIDeviceIdentifier: 8f8a24b257a4d978c8d40ad1e7355b944ffbfa8c
129-
WordPressKit: 13d75d648c76a490974386e782e5463ff89d6b68
120+
WordPressKit: bfb5e77a32e66b19ee304bdffd5b7128a7fe4ede
130121
WordPressShared: 34f7a1386d28d7e4650c1a225c554ee024401ca3
131122
WordPressUI: 0ea6df25bf6e63f0619376fa23870177cb37646f
132123
wpxmlrpc: 6ba55c773cfa27083ae4a2173e69b19f46da98e2
133124

134-
PODFILE CHECKSUM: 83ebaa465d8c91a7fa86f20d35aaced3de4303a6
125+
PODFILE CHECKSUM: e2a10fcbbc81f9e30af60797f89b8315a6819211
135126

136127
COCOAPODS: 1.6.1

WordPressAuthenticator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Pod::Spec.new do |s|
3939
s.dependency 'Gridicons', '~> 0.15'
4040
s.dependency 'GoogleSignIn', '~> 4.4'
4141
s.dependency 'WordPressUI', '~> 1.3'
42-
s.dependency 'WordPressKit', '~> 4.1'
42+
s.dependency 'WordPressKit', '~> 4.5.0-beta.1'
4343
s.dependency 'WordPressShared', '~> 1.8'
4444
end

0 commit comments

Comments
 (0)