Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ target 'WordPressAuthenticator' do
##
pod 'Gridicons', '~> 0.15'
pod 'WordPressUI', '~> 1.0'
pod 'WordPressKit', '~> 1.8'
pod 'WordPressKit', '~> 2.0-beta'
pod 'WordPressShared', '~> 1.4'

## Third party libraries
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ PODS:
- Specta (1.0.7)
- SVProgressHUD (2.2.5)
- UIDeviceIdentifier (1.1.4)
- WordPressKit (1.8.0):
- WordPressKit (2.0.0-beta.1):
- Alamofire (~> 4.7.3)
- CocoaLumberjack (= 3.4.2)
- NSObject-SafeExpectations (= 0.0.3)
Expand All @@ -72,7 +72,7 @@ DEPENDENCIES:
- OHHTTPStubs/Swift (= 6.1.0)
- Specta (= 1.0.7)
- SVProgressHUD (= 2.2.5)
- WordPressKit (~> 1.8)
- WordPressKit (~> 2.0-beta)
- WordPressShared (~> 1.4)
- WordPressUI (~> 1.0)

Expand Down Expand Up @@ -116,11 +116,11 @@ SPEC CHECKSUMS:
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
UIDeviceIdentifier: 8f8a24b257a4d978c8d40ad1e7355b944ffbfa8c
WordPressKit: 23d7de239367cfea9f9eef8aefe1933e47566cf2
WordPressKit: 2b6f01a7459d358b8cf6d825348c6cf7174107b2
WordPressShared: a2fc2db66c210a05d317ae9678b5823dd6a4d708
WordPressUI: 44fe43a9c5c504dfd534286e39e1ce6ebcd69ff5
wpxmlrpc: 6ba55c773cfa27083ae4a2173e69b19f46da98e2

PODFILE CHECKSUM: f1840421240489ca50b73e9b74289d2a03326176
PODFILE CHECKSUM: 82ea8bb53494ef9ee71085384656b7fd8edc69b8

COCOAPODS: 1.5.3
4 changes: 2 additions & 2 deletions WordPressAuthenticator.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WordPressAuthenticator"
s.version = "1.1.8"
s.version = "1.1.9-beta"
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."

s.description = <<-DESC
Expand Down Expand Up @@ -34,6 +34,6 @@ Pod::Spec.new do |s|
s.dependency 'Gridicons', '~> 0.15'
s.dependency 'GoogleSignInRepacked', '4.1.2'
s.dependency 'WordPressUI', '~> 1.0'
s.dependency 'WordPressKit', '~> 1.8.0'
s.dependency 'WordPressKit', '~> 2.0-beta'
s.dependency 'WordPressShared', '~> 1.4'
end