This repository was archived by the owner on Feb 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def wordpress_authenticator_pods
1010 ## ====================
1111 ##
1212 pod 'Gridicons' , '~> 1.0'
13- pod 'WordPressUI' , '~> 1.5.4 -beta'
13+ pod 'WordPressUI' , '~> 1.6.0 -beta'
1414 pod 'WordPressKit' , '~> 4.8.0'
1515 # pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
1616 # pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => ''
Original file line number Diff line number Diff line change 5454 - WordPressShared (1.8.16):
5555 - CocoaLumberjack (~> 3.4)
5656 - FormatterKit/TimeIntervalFormatter (= 1.8.2)
57- - WordPressUI (1.5.4 -beta.3 )
57+ - WordPressUI (1.6.0 -beta.1 )
5858 - wpxmlrpc (0.8.5)
5959
6060DEPENDENCIES:
@@ -73,7 +73,7 @@ DEPENDENCIES:
7373 - SVProgressHUD (= 2.2.5)
7474 - WordPressKit (~> 4.8.0)
7575 - WordPressShared (~> 1.8.16)
76- - WordPressUI (~> 1.5.4 -beta)
76+ - WordPressUI (~> 1.6.0 -beta)
7777
7878SPEC REPOS:
7979 trunk:
@@ -119,9 +119,9 @@ SPEC CHECKSUMS:
119119 UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0
120120 WordPressKit: 84045e236949248632a2c644149e5657733011bb
121121 WordPressShared: 1bc316ed162f42af4e0fa2869437e9e28b532b01
122- WordPressUI: 3fb26abb771534e6eb545a53c1e02a35830d051d
122+ WordPressUI: 454a57b4d2949dac2498921cbdb8ef51f854ed09
123123 wpxmlrpc: 6a9bdd6ab9d1b159b384b0df0f3f39de9af4fecf
124124
125- PODFILE CHECKSUM: bac3545d372dd4e32543a371945e1df6c796188b
125+ PODFILE CHECKSUM: fb0bf826bce08b5bd534d76610457844c27f9f35
126126
127127COCOAPODS: 1.8.4
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "WordPressAuthenticator"
3- s . version = "1.15.0-beta.3 "
3+ s . version = "1.15.0-beta.5 "
44 s . summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55
66 s . description = <<-DESC
@@ -39,7 +39,7 @@ Pod::Spec.new do |s|
3939
4040 s . dependency 'Gridicons' , '~> 1.0'
4141 s . dependency 'GoogleSignIn' , '~> 4.4'
42- s . dependency 'WordPressUI' , '~> 1.5.4 -beta'
42+ s . dependency 'WordPressUI' , '~> 1.6.0 -beta'
4343 s . dependency 'WordPressKit' , '~> 4.8.0'
4444 s . dependency 'WordPressShared' , '~> 1.8.16'
4545end
You can’t perform that action at this time.
0 commit comments