Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 6610299

Browse files
authored
Merge pull request #186 from wordpress-mobile/release/1.10.8
Release/1.10.8
2 parents c0481b3 + 222f9c0 commit 6610299

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ def wordpress_authenticator_pods
1111
##
1212
pod 'Gridicons', '~> 0.15'
1313
pod 'WordPressUI', '~> 1.4-beta.1'
14-
pod 'WordPressKit', '~> 4.5.6-beta.1'
14+
pod 'WordPressKit', '~> 4.5.8-beta-1'
1515
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => 'issue/apple_2fa_auth'
16-
pod 'WordPressShared', '~> 1.8'
16+
pod 'WordPressShared', '~> 1.8.13'
1717

1818
## Third party libraries
1919
## =====================
2020
##
2121
pod '1PasswordExtension', '1.8.5'
22-
pod 'Alamofire', '4.7.3'
22+
pod 'Alamofire', '4.8'
2323
pod 'CocoaLumberjack', '3.5.2'
2424
pod 'GoogleSignIn', '4.4.0'
2525
pod 'lottie-ios', '2.5.2'

Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- 1PasswordExtension (1.8.5)
3-
- Alamofire (4.7.3)
3+
- Alamofire (4.8.0)
44
- CocoaLumberjack (3.5.2):
55
- CocoaLumberjack/Core (= 3.5.2)
66
- CocoaLumberjack/Core (3.5.2)
@@ -44,22 +44,22 @@ PODS:
4444
- Specta (1.0.7)
4545
- SVProgressHUD (2.2.5)
4646
- UIDeviceIdentifier (1.4.0)
47-
- WordPressKit (4.5.6-beta.1):
48-
- Alamofire (~> 4.7.3)
47+
- WordPressKit (4.5.8-beta-1):
48+
- Alamofire (~> 4.8.0)
4949
- CocoaLumberjack (~> 3.4)
5050
- NSObject-SafeExpectations (= 0.0.3)
5151
- UIDeviceIdentifier (~> 1)
52-
- WordPressShared (~> 1.8.0)
52+
- WordPressShared (~> 1.8.13-beta)
5353
- wpxmlrpc (= 0.8.4)
54-
- WordPressShared (1.8.7):
54+
- WordPressShared (1.8.13):
5555
- CocoaLumberjack (~> 3.4)
5656
- FormatterKit/TimeIntervalFormatter (= 1.8.2)
5757
- WordPressUI (1.4-beta.1)
5858
- wpxmlrpc (0.8.4)
5959

6060
DEPENDENCIES:
6161
- 1PasswordExtension (= 1.8.5)
62-
- Alamofire (= 4.7.3)
62+
- Alamofire (= 4.8)
6363
- CocoaLumberjack (= 3.5.2)
6464
- Expecta (= 1.0.6)
6565
- GoogleSignIn (= 4.4.0)
@@ -71,8 +71,8 @@ DEPENDENCIES:
7171
- OHHTTPStubs/Swift (= 8.0.0)
7272
- Specta (= 1.0.7)
7373
- SVProgressHUD (= 2.2.5)
74-
- WordPressKit (~> 4.5.6-beta.1)
75-
- WordPressShared (~> 1.8)
74+
- WordPressKit (~> 4.5.8-beta-1)
75+
- WordPressShared (~> 1.8.13)
7676
- WordPressUI (~> 1.4-beta.1)
7777

7878
SPEC REPOS:
@@ -101,7 +101,7 @@ SPEC REPOS:
101101

102102
SPEC CHECKSUMS:
103103
1PasswordExtension: 0e95bdea64ec8ff2f4f693be5467a09fac42a83d
104-
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
104+
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
105105
CocoaLumberjack: 118bf4a820efc641f79fa487b75ed928dccfae23
106106
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
107107
FormatterKit: 4b8f29acc9b872d5d12a63efb560661e8f2e1b98
@@ -117,11 +117,11 @@ SPEC CHECKSUMS:
117117
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
118118
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
119119
UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0
120-
WordPressKit: eb6742df639843f5e7b2da9450da39d222b22ab8
121-
WordPressShared: 09cf184caa614835f5811e8609227165201e6d3e
120+
WordPressKit: 9386a6b1a7684c59f08e456c1cc3fed3d51f0d07
121+
WordPressShared: fde9523bd00696fc1dfa45ed5299e16de111ebcc
122122
WordPressUI: 35b144885c8e5817ba6874b68accc200bda61ee1
123123
wpxmlrpc: 6ba55c773cfa27083ae4a2173e69b19f46da98e2
124124

125-
PODFILE CHECKSUM: 0efdfa2e4fbdc215152337ee314105a404d69957
125+
PODFILE CHECKSUM: 5eaab0c1d53f67b6c515063b66ab7f0b688a8889
126126

127127
COCOAPODS: 1.8.4

WordPressAuthenticator.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WordPressAuthenticator"
3-
s.version = "1.10.7"
3+
s.version = "1.10.8"
44
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55

66
s.description = <<-DESC
@@ -31,7 +31,7 @@ Pod::Spec.new do |s|
3131
s.header_dir = 'WordPressAuthenticator'
3232

3333
s.dependency '1PasswordExtension', '1.8.5'
34-
s.dependency 'Alamofire', '4.7.3'
34+
s.dependency 'Alamofire', '4.8'
3535
s.dependency 'CocoaLumberjack', '~> 3.5'
3636
s.dependency 'lottie-ios', '2.5.2'
3737
s.dependency 'NSURL+IDN', '0.3'
@@ -40,6 +40,6 @@ Pod::Spec.new do |s|
4040
s.dependency 'Gridicons', '~> 0.15'
4141
s.dependency 'GoogleSignIn', '~> 4.4'
4242
s.dependency 'WordPressUI', '~> 1.4-beta.1'
43-
s.dependency 'WordPressKit', '~> 4.5.6-beta.1'
44-
s.dependency 'WordPressShared', '~> 1.8'
43+
s.dependency 'WordPressKit', '~> 4.5.8-beta-1'
44+
s.dependency 'WordPressShared', '~> 1.8.13-beta'
4545
end

0 commit comments

Comments
 (0)