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 @@ -10,7 +10,7 @@ def wordpress_authenticator_pods
## ====================
##
pod 'Gridicons', '~> 1.0'
pod 'WordPressUI', '~> 1.5.4-beta'
pod 'WordPressUI', '~> 1.6.0-beta'
pod 'WordPressKit', '~> 4.8.0'
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => ''
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ PODS:
- WordPressShared (1.8.16):
- CocoaLumberjack (~> 3.4)
- FormatterKit/TimeIntervalFormatter (= 1.8.2)
- WordPressUI (1.5.4-beta.3)
- WordPressUI (1.6.0-beta.1)
- wpxmlrpc (0.8.5)

DEPENDENCIES:
Expand All @@ -73,7 +73,7 @@ DEPENDENCIES:
- SVProgressHUD (= 2.2.5)
- WordPressKit (~> 4.8.0)
- WordPressShared (~> 1.8.16)
- WordPressUI (~> 1.5.4-beta)
- WordPressUI (~> 1.6.0-beta)

SPEC REPOS:
trunk:
Expand Down Expand Up @@ -119,9 +119,9 @@ SPEC CHECKSUMS:
UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0
WordPressKit: 84045e236949248632a2c644149e5657733011bb
WordPressShared: 1bc316ed162f42af4e0fa2869437e9e28b532b01
WordPressUI: 3fb26abb771534e6eb545a53c1e02a35830d051d
WordPressUI: 454a57b4d2949dac2498921cbdb8ef51f854ed09
wpxmlrpc: 6a9bdd6ab9d1b159b384b0df0f3f39de9af4fecf

PODFILE CHECKSUM: bac3545d372dd4e32543a371945e1df6c796188b
PODFILE CHECKSUM: fb0bf826bce08b5bd534d76610457844c27f9f35

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.15.0-beta.3"
s.version = "1.15.0-beta.5"
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."

s.description = <<-DESC
Expand Down Expand Up @@ -39,7 +39,7 @@ Pod::Spec.new do |s|

s.dependency 'Gridicons', '~> 1.0'
s.dependency 'GoogleSignIn', '~> 4.4'
s.dependency 'WordPressUI', '~> 1.5.4-beta'
s.dependency 'WordPressUI', '~> 1.6.0-beta'
s.dependency 'WordPressKit', '~> 4.8.0'
s.dependency 'WordPressShared', '~> 1.8.16'
end