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

Commit 759f6ef

Browse files
committed
Update dependecnies to other betas. Bumo version to beta as well
1 parent b89c153 commit 759f6ef

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ target 'WordPressAuthenticator' do
1717
##
1818
pod 'Gridicons', '~> 0.15'
1919
pod 'WordPressUI', '~> 1.0'
20-
pod 'WordPressKit', '~> 1.0'
21-
pod 'WordPressShared', '~> 1.0'
20+
pod 'WordPressKit', '1.4.1-beta.2'
21+
pod 'WordPressShared', '1.1.1-beta.2'
2222
pod 'wpxmlrpc', '~> 0.8'
2323

2424
## Third party libraries

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.2)
3+
- Alamofire (4.7.3)
44
- CocoaLumberjack (3.4.2):
55
- CocoaLumberjack/Default (= 3.4.2)
66
- CocoaLumberjack/Extensions (= 3.4.2)
@@ -45,22 +45,22 @@ PODS:
4545
- Specta (1.0.7)
4646
- SVProgressHUD (2.2.5)
4747
- UIDeviceIdentifier (0.5.0)
48-
- WordPressKit (1.1):
49-
- Alamofire (~> 4.7)
48+
- WordPressKit (1.4.1-beta.2):
49+
- Alamofire (~> 4.7.3)
5050
- CocoaLumberjack (= 3.4.2)
5151
- NSObject-SafeExpectations (= 0.0.3)
5252
- UIDeviceIdentifier (~> 0.4)
53-
- WordPressShared (~> 1.0.3)
53+
- WordPressShared (= 1.1.1-beta.2)
5454
- wpxmlrpc (= 0.8.3)
55-
- WordPressShared (1.0.8):
55+
- WordPressShared (1.1.1-beta.2):
5656
- CocoaLumberjack (~> 3.4)
5757
- FormatterKit/TimeIntervalFormatter (= 1.8.2)
5858
- WordPressUI (1.0.6)
5959
- wpxmlrpc (0.8.3)
6060

6161
DEPENDENCIES:
6262
- 1PasswordExtension (= 1.8.5)
63-
- Alamofire (= 4.7.2)
63+
- Alamofire (= 4.7.3)
6464
- CocoaLumberjack (= 3.4.2)
6565
- Expecta (= 1.0.6)
6666
- GoogleSignInRepacked (= 4.1.2)
@@ -73,8 +73,8 @@ DEPENDENCIES:
7373
- Specta (= 1.0.7)
7474
- SVProgressHUD (= 2.2.5)
7575
- UIDeviceIdentifier (~> 0.4)
76-
- WordPressKit (~> 1.0)
77-
- WordPressShared (~> 1.0)
76+
- WordPressKit (= 1.4.1-beta.2)
77+
- WordPressShared (= 1.1.1-beta.2)
7878
- WordPressUI (~> 1.0)
7979
- wpxmlrpc (~> 0.8)
8080

@@ -103,7 +103,7 @@ SPEC REPOS:
103103

104104
SPEC CHECKSUMS:
105105
1PasswordExtension: 0e95bdea64ec8ff2f4f693be5467a09fac42a83d
106-
Alamofire: e4fa87002c137ba2d8d634d2c51fabcda0d5c223
106+
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
107107
CocoaLumberjack: db7cc9e464771f12054c22ff6947c5a58d43a0fd
108108
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
109109
FormatterKit: 4b8f29acc9b872d5d12a63efb560661e8f2e1b98
@@ -118,11 +118,11 @@ SPEC CHECKSUMS:
118118
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
119119
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
120120
UIDeviceIdentifier: a959a6d4f51036b4180dd31fb26483a820f1cc46
121-
WordPressKit: a24baaa783c3a221f2d9a51c19318cbb27333373
122-
WordPressShared: 063e1e8b1a7aaf635abf17f091a2d235a068abdc
121+
WordPressKit: a4ccc4bbbc6f8e194becf18b47af212f367fe3ab
122+
WordPressShared: c4d4356a06fc73bde9b782f26768d42e62a330ef
123123
WordPressUI: af141587ec444f9af753a00605bd0d3f14d8d8a3
124124
wpxmlrpc: bfc572f62ce7ee897f6f38b098d2ba08732ecef4
125125

126-
PODFILE CHECKSUM: adec9882e25404ab01a7a461fcdd3ddd937d5ba6
126+
PODFILE CHECKSUM: f8b43cd0a518f7b18cd345af0b3197091330858d
127127

128128
COCOAPODS: 1.5.3

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.0.6"
3+
s.version = "1.1.0-beta.1"
44
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55

66
s.description = <<-DESC
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.license = "GPLv2"
1515
s.author = { "WordPress" => "[email protected]" }
1616
s.platform = :ios, "10.0"
17-
s.swift_version = '4.0'
17+
s.swift_version = '4.2'
1818
s.source = { :git => "https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git", :tag => s.version.to_s }
1919
s.source_files = 'WordPressAuthenticator/**/*.{h,m,swift}'
2020
s.private_header_files = "WordPressAuthenticator/Private/*.h"
@@ -35,7 +35,7 @@ Pod::Spec.new do |s|
3535
s.dependency 'Gridicons', '~> 0.15'
3636
s.dependency 'GoogleSignInRepacked', '4.1.2'
3737
s.dependency 'WordPressUI', '~> 1.0'
38-
s.dependency 'WordPressKit', '~> 1.0'
39-
s.dependency 'WordPressShared', '~> 1.0'
38+
s.dependency 'WordPressKit', '1.4.1-beta.2'
39+
s.dependency 'WordPressShared', '1.1.1-beta.2'
4040
s.dependency 'wpxmlrpc', '~> 0.8'
4141
end

0 commit comments

Comments
 (0)