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

Commit 759cfb3

Browse files
authored
Merge pull request #79 from wordpress-mobile/fix/update-wp-kit-dependency
Update WordPressKit version
2 parents 05057f4 + 434ce0e commit 759cfb3

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
@@ -12,7 +12,7 @@ def wordpress_authenticator_pods
1212
##
1313
pod 'Gridicons', '~> 0.15'
1414
pod 'WordPressUI', '~> 1.0'
15-
pod 'WordPressKit', '~> 3.2.2.beta'
15+
pod 'WordPressKit', '~> 4.0.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
@@ -54,7 +54,7 @@ PODS:
5454
- Specta (1.0.7)
5555
- SVProgressHUD (2.2.5)
5656
- UIDeviceIdentifier (1.1.4)
57-
- WordPressKit (3.2.2.beta-1):
57+
- WordPressKit (4.0.0-beta.1):
5858
- Alamofire (~> 4.7.3)
5959
- CocoaLumberjack (~> 3.4)
6060
- NSObject-SafeExpectations (= 0.0.3)
@@ -81,7 +81,7 @@ DEPENDENCIES:
8181
- OHHTTPStubs/Swift (= 6.1.0)
8282
- Specta (= 1.0.7)
8383
- SVProgressHUD (= 2.2.5)
84-
- WordPressKit (~> 3.2.2.beta)
84+
- WordPressKit (~> 4.0.0-beta)
8585
- WordPressShared (~> 1.4)
8686
- WordPressUI (~> 1.0)
8787

@@ -129,11 +129,11 @@ SPEC CHECKSUMS:
129129
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
130130
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
131131
UIDeviceIdentifier: 8f8a24b257a4d978c8d40ad1e7355b944ffbfa8c
132-
WordPressKit: 64abfa026368c51366048ef839f8a510d7284942
132+
WordPressKit: eba19968587a2e088b6eb097c309710a1be11869
133133
WordPressShared: 63d57a4a07ad9f9a1ee5e8a7162e48fbb5192014
134134
WordPressUI: 44fe43a9c5c504dfd534286e39e1ce6ebcd69ff5
135135
wpxmlrpc: 6ba55c773cfa27083ae4a2173e69b19f46da98e2
136136

137-
PODFILE CHECKSUM: 6e6ee68c087322b45df83a787321f0a10ddb52b3
137+
PODFILE CHECKSUM: 848201f7ff6e344d19066be1a6cb86eaddd1ab9e
138138

139139
COCOAPODS: 1.6.1

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.3.0"
3+
s.version = "1.4.0-beta.1"
44
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55

66
s.description = <<-DESC
@@ -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', '~> 3.2.2'
44+
s.dependency 'WordPressKit', '~> 4.0.0-beta'
4545
s.dependency 'WordPressShared', '~> 1.4'
4646
end

0 commit comments

Comments
 (0)