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 @@ -11,7 +11,7 @@ def wordpress_authenticator_pods
##
pod 'Gridicons', '~> 1.0'
pod 'WordPressUI', '~> 1.5.2'
pod 'WordPressKit', '~> 4.7.0'
pod 'WordPressKit', '~> 4.8.0-beta.1'
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => ''
pod 'WordPressShared', '~> 1.8.16'
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PODS:
- Specta (1.0.7)
- SVProgressHUD (2.2.5)
- UIDeviceIdentifier (1.4.0)
- WordPressKit (4.7.0):
- WordPressKit (4.8.0-beta.1):
- Alamofire (~> 4.8.0)
- CocoaLumberjack (~> 3.4)
- NSObject-SafeExpectations (= 0.0.4)
Expand All @@ -71,7 +71,7 @@ DEPENDENCIES:
- OHHTTPStubs/Swift (= 8.0.0)
- Specta (= 1.0.7)
- SVProgressHUD (= 2.2.5)
- WordPressKit (~> 4.7.0)
- WordPressKit (~> 4.8.0-beta.1)
- WordPressShared (~> 1.8.16)
- WordPressUI (~> 1.5.2)

Expand Down Expand Up @@ -117,11 +117,11 @@ SPEC CHECKSUMS:
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0
WordPressKit: 0602e8188245b3267269570d3d78c138e64a4eba
WordPressKit: 636f3f7e1c879b22f1d46e61d662ad640161f8b2
WordPressShared: 1bc316ed162f42af4e0fa2869437e9e28b532b01
WordPressUI: 70cc58a253c352330b23cd8fa6dd6a2021570e18
wpxmlrpc: 6a9bdd6ab9d1b159b384b0df0f3f39de9af4fecf

PODFILE CHECKSUM: d2a5f1cb57eeb9eb2ac2cb22d29b6b827ccf8ce4
PODFILE CHECKSUM: b5a906d2c4561de3ad1b3c684f6043c8ce9f1b14

COCOAPODS: 1.8.4
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.13.0-beta.4"
s.version = "1.13.0-beta.5"
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."

s.description = <<-DESC
Expand Down Expand Up @@ -40,6 +40,6 @@ Pod::Spec.new do |s|
s.dependency 'Gridicons', '~> 1.0'
s.dependency 'GoogleSignIn', '~> 4.4'
s.dependency 'WordPressUI', '~> 1.5.2'
s.dependency 'WordPressKit', '~> 4.7.0'
s.dependency 'WordPressKit', '~> 4.8.0-beta.1'
s.dependency 'WordPressShared', '~> 1.8.16'
end