This repository was archived by the owner on Feb 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 8585
8686PLATFORMS
8787 ruby
88+ x86_64-darwin-20
8889
8990DEPENDENCIES
9091 cocoapods (~> 1.10.0 )!
9192
9293BUNDLED WITH
93- 2.1.4
94+ 2.2.1
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ def wordpress_authenticator_pods
1212 ## Automattic libraries
1313 ## ====================
1414 ##
15- pod 'Gridicons' , '~> 1.0'
16- pod 'WordPressUI' , '~> 1.7.0'
15+ pod 'Gridicons' , '~> 1.0-beta' # Don't change this until we hit 2.0 in Gridicons
16+ pod 'WordPressUI' , '~> 1.7-beta' # Don't change this until we hit 2.0 in WordPressUI
1717 pod 'WordPressKit' , '~> 4.18-beta' # Don't change this until we hit 5.0 in WPKit
1818 pod 'WordPressShared' , '~> 1.12-beta' # Don't change this until we hit 2.0 in WPShared
1919
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ DEPENDENCIES:
6767 - CocoaLumberjack (= 3.5.2)
6868 - Expecta (= 1.0.6)
6969 - GoogleSignIn (= 5.0.2)
70- - Gridicons (~> 1.0)
70+ - Gridicons (~> 1.0-beta )
7171 - lottie-ios (= 3.1.6)
7272 - "NSURL+IDN (= 0.4)"
7373 - OCMock (~> 3.4)
@@ -77,7 +77,7 @@ DEPENDENCIES:
7777 - SVProgressHUD (= 2.2.5)
7878 - WordPressKit (~> 4.18-beta)
7979 - WordPressShared (~> 1.12-beta)
80- - WordPressUI (~> 1.7.0 )
80+ - WordPressUI (~> 1.7-beta )
8181
8282SPEC REPOS:
8383 trunk:
@@ -128,6 +128,6 @@ SPEC CHECKSUMS:
128128 WordPressUI: 1cf47a3b78154faf69caa18569ee7ece1e510fa0
129129 wpxmlrpc: bf55a43a7e710bd2a4fb8c02dfe83b1246f14f13
130130
131- PODFILE CHECKSUM: 3269c669bcabf9001b4f4e6da958252e6af35e55
131+ PODFILE CHECKSUM: 02377777b693c2e84274e2a24ccfe6c9d5064b3c
132132
133133COCOAPODS: 1.10.0
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "WordPressAuthenticator"
3- s . version = "1.31.0-beta.5 "
3+ s . version = "1.31.0"
44 s . summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55
66 s . description = <<-DESC
@@ -30,12 +30,12 @@ Pod::Spec.new do |s|
3030 s . static_framework = true # This is needed because GoogleSignIn vendors a static framework
3131 s . header_dir = 'WordPressAuthenticator'
3232
33- s . dependency '1PasswordExtension' , '1.8.6'
34- s . dependency 'Alamofire' , '4.8'
33+ s . dependency '1PasswordExtension' , '~> 1.8.6'
34+ s . dependency 'Alamofire' , '~> 4.8'
3535 s . dependency 'CocoaLumberjack' , '~> 3.5'
36- s . dependency 'lottie-ios' , '3.1.6'
36+ s . dependency 'lottie-ios' , '~> 3.1.6'
3737 s . dependency 'NSURL+IDN' , '0.4'
38- s . dependency 'SVProgressHUD' , '2.2.5'
38+ s . dependency 'SVProgressHUD' , '~> 2.2.5'
3939
4040 s . dependency 'Gridicons' , '~> 1.0'
4141 s . dependency 'GoogleSignIn' , '~> 5.0.2'
You can’t perform that action at this time.
0 commit comments