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

Commit 9210172

Browse files
committed
Bump to 1.4.3-beta.5 with WordPressShared 1.3.0
1 parent fd7958a commit 9210172

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ target 'WordPressKit' do
1818
pod 'OHHTTPStubs', '6.1.0'
1919
pod 'OHHTTPStubs/Swift', '6.1.0'
2020
pod 'OCMock', '~> 3.4.2'
21-
pod 'WordPressShared', '~> 1.2.0'
21+
pod 'WordPressShared', '~> 1.3.0'
2222
end
2323
end

Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ PODS:
2727
- OHHTTPStubs/Swift (6.1.0):
2828
- OHHTTPStubs/Default
2929
- UIDeviceIdentifier (0.5.0)
30-
- WordPressKit (1.4.3-beta.4):
30+
- WordPressKit (1.4.3-beta.5):
3131
- Alamofire (~> 4.7.3)
3232
- CocoaLumberjack (= 3.4.2)
3333
- NSObject-SafeExpectations (= 0.0.3)
3434
- UIDeviceIdentifier (~> 0.4)
35-
- WordPressShared (~> 1.2.0)
35+
- WordPressShared (~> 1.3.0)
3636
- wpxmlrpc (= 0.8.3)
37-
- WordPressShared (1.2.0):
37+
- WordPressShared (1.3.0):
3838
- CocoaLumberjack (~> 3.4)
3939
- FormatterKit/TimeIntervalFormatter (= 1.8.2)
4040
- wpxmlrpc (0.8.3)
@@ -44,7 +44,7 @@ DEPENDENCIES:
4444
- OHHTTPStubs (= 6.1.0)
4545
- OHHTTPStubs/Swift (= 6.1.0)
4646
- WordPressKit (from `./`)
47-
- WordPressShared (~> 1.2.0)
47+
- WordPressShared (~> 1.3.0)
4848

4949
SPEC REPOS:
5050
https://github.com/cocoapods/specs.git:
@@ -70,10 +70,10 @@ SPEC CHECKSUMS:
7070
OCMock: ebe9ee1dca7fbed0ff9193ac0b3e2d8862ea56f6
7171
OHHTTPStubs: 1e21c7d2c084b8153fc53d48400d8919d2d432d0
7272
UIDeviceIdentifier: a959a6d4f51036b4180dd31fb26483a820f1cc46
73-
WordPressKit: 358fa43d76ee198f507dc4bd33ffb5b003c48568
74-
WordPressShared: 7ef0253d54989b195e020a74100a8500be0a4315
73+
WordPressKit: 8a5ae86158a3f5a032bedc7feab07906c5b3d430
74+
WordPressShared: 28b4c30f86ac042175580fcba690abddb759d67e
7575
wpxmlrpc: bfc572f62ce7ee897f6f38b098d2ba08732ecef4
7676

77-
PODFILE CHECKSUM: d34cedd3ddf2354ee42932e27ba7d23509fe3146
77+
PODFILE CHECKSUM: c845eee94b68272db081e6dddb5cc54da1ecba7e
7878

7979
COCOAPODS: 1.5.3

WordPressKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WordPressKit"
3-
s.version = "1.4.3-beta.4"
3+
s.version = "1.4.3-beta.5"
44

55
s.summary = "WordPressKit offers a clean and simple WordPress.com and WordPress.org API."
66

@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222

2323
s.dependency 'Alamofire', '~> 4.7.3'
2424
s.dependency 'CocoaLumberjack', '3.4.2'
25-
s.dependency 'WordPressShared', '~> 1.2.0'
25+
s.dependency 'WordPressShared', '~> 1.3.0'
2626
s.dependency 'NSObject-SafeExpectations', '0.0.3'
2727
s.dependency 'wpxmlrpc', '0.8.3'
2828
s.dependency 'UIDeviceIdentifier', '~> 0.4'

0 commit comments

Comments
 (0)