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 @@ -11,7 +11,7 @@ def wordpress_authenticator_pods
1111 ##
1212 pod 'Gridicons' , '~> 0.20-beta.1'
1313 pod 'WordPressUI' , '~> 1.4-beta.1'
14- pod 'WordPressKit' , '~> 4.6.0-beta.1 '
14+ pod 'WordPressKit' , '~> 4.6.0-beta.2 '
1515 #pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => 'issue/224-update-wpxmlrpc-pod'
1616 pod 'WordPressShared' , '~> 1.8.13'
1717
Original file line number Diff line number Diff line change 4444 - Specta (1.0.7)
4545 - SVProgressHUD (2.2.5)
4646 - UIDeviceIdentifier (1.4.0)
47- - WordPressKit (4.6.0-beta.1 ):
47+ - WordPressKit (4.6.0-beta.2 ):
4848 - Alamofire (~> 4.8.0)
4949 - CocoaLumberjack (~> 3.4)
5050 - NSObject-SafeExpectations (= 0.0.3)
@@ -71,7 +71,7 @@ DEPENDENCIES:
7171 - OHHTTPStubs/Swift (= 8.0.0)
7272 - Specta (= 1.0.7)
7373 - SVProgressHUD (= 2.2.5)
74- - WordPressKit (~> 4.6.0-beta.1 )
74+ - WordPressKit (~> 4.6.0-beta.2 )
7575 - WordPressShared (~> 1.8.13)
7676 - WordPressUI (~> 1.4-beta.1)
7777
@@ -117,11 +117,11 @@ SPEC CHECKSUMS:
117117 Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
118118 SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
119119 UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0
120- WordPressKit: 769dca02698a7097b1dc2bf0d7c2aeb9c3cf38f8
120+ WordPressKit: 36f3dd07e27cee3153ea0d77b9802bc4fec48c19
121121 WordPressShared: 02e0947034648cbd7251ffcc10f64d512f93a53b
122122 WordPressUI: ce0ac522146dabcd0a68ace24c0104dfdf6f4b0d
123123 wpxmlrpc: d758b6ad17723d31d06493acc932f6d9b340de95
124124
125- PODFILE CHECKSUM: a310a5626baba3f99fbbc4d64950f53f7ae7df18
125+ PODFILE CHECKSUM: 52b3df23b7561e96f203b0752935d9e9477b1f10
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.11.0-beta.2 "
3+ s . version = "1.11.0-beta.3 "
44 s . summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55
66 s . description = <<-DESC
@@ -40,6 +40,6 @@ Pod::Spec.new do |s|
4040 s . dependency 'Gridicons' , '~> 0.20-beta.1'
4141 s . dependency 'GoogleSignIn' , '~> 4.4'
4242 s . dependency 'WordPressUI' , '~> 1.4-beta.1'
43- s . dependency 'WordPressKit' , '~> 4.6.0-beta.1 '
43+ s . dependency 'WordPressKit' , '~> 4.6.0-beta.2 '
4444 s . dependency 'WordPressShared' , '~> 1.8.13-beta'
4545end
You can’t perform that action at this time.
0 commit comments