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

Commit 5116809

Browse files
authored
Merge pull request #85 from wordpress-mobile/update_wpkit_version
Updating WPKit pod version.
2 parents 68c8638 + 4d91501 commit 5116809

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def wordpress_authenticator_pods
1212
##
1313
pod 'Gridicons', '~> 0.15'
1414
pod 'WordPressUI', '~> 1.0'
15-
pod 'WordPressKit', '~> 4.0.0-beta'
15+
pod 'WordPressKit', '~> 4.1.0-beta'
1616
pod 'WordPressShared', '~> 1.4'
1717

1818
## Third party libraries

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PODS:
4444
- Specta (1.0.7)
4545
- SVProgressHUD (2.2.5)
4646
- UIDeviceIdentifier (1.1.4)
47-
- WordPressKit (4.0.0):
47+
- WordPressKit (4.1.0-beta.1):
4848
- Alamofire (~> 4.7.3)
4949
- CocoaLumberjack (~> 3.4)
5050
- NSObject-SafeExpectations (= 0.0.3)
@@ -71,7 +71,7 @@ DEPENDENCIES:
7171
- OHHTTPStubs/Swift (= 8.0.0)
7272
- Specta (= 1.0.7)
7373
- SVProgressHUD (= 2.2.5)
74-
- WordPressKit (~> 4.0.0-beta)
74+
- WordPressKit (~> 4.1.0-beta)
7575
- WordPressShared (~> 1.4)
7676
- WordPressUI (~> 1.0)
7777

@@ -117,11 +117,11 @@ SPEC CHECKSUMS:
117117
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
118118
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
119119
UIDeviceIdentifier: 8f8a24b257a4d978c8d40ad1e7355b944ffbfa8c
120-
WordPressKit: 95509fbb5baa161a5380cbadb0fd565ab79ef91f
120+
WordPressKit: ab450fc37b54d8fe6839fb6e4074962980480cc0
121121
WordPressShared: e707496f12f29d69aa66b1fcd3b55f0b8b70f2f6
122122
WordPressUI: 44fe43a9c5c504dfd534286e39e1ce6ebcd69ff5
123123
wpxmlrpc: 6ba55c773cfa27083ae4a2173e69b19f46da98e2
124124

125-
PODFILE CHECKSUM: 960a2d9814e3dc430d7950c5bf3a87f996199ccf
125+
PODFILE CHECKSUM: 3948c11558517fa428dbde47440a11ef0f274986
126126

127127
COCOAPODS: 1.6.1

WordPressAuthenticator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ Pod::Spec.new do |s|
4141
s.dependency 'Gridicons', '~> 0.15'
4242
s.dependency 'GoogleSignIn', '4.1.2'
4343
s.dependency 'WordPressUI', '~> 1.0'
44-
s.dependency 'WordPressKit', '~> 4.0.0-beta'
44+
s.dependency 'WordPressKit', '~> 4.1.0-beta'
4545
s.dependency 'WordPressShared', '~> 1.4'
4646
end

0 commit comments

Comments
 (0)