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

Commit 7f0e7d7

Browse files
authored
Merge pull request #158 from jaclync/feature/wpios11467_domain_credit
Update `WordPressShared` pod version
2 parents b08168d + ba46733 commit 7f0e7d7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugin 'cocoapods-repo-update'
99
def wordpresskit_pods
1010
pod 'Alamofire', '~> 4.7.3'
1111
pod 'CocoaLumberjack', '3.4.2'
12-
pod 'WordPressShared', '~> 1.4'
12+
pod 'WordPressShared', '~> 1.8.0-beta'
1313
pod 'NSObject-SafeExpectations', '~> 0.0.3'
1414
pod 'wpxmlrpc', '0.8.4'
1515
pod 'UIDeviceIdentifier', '~> 1.1.4'
@@ -30,5 +30,5 @@ target 'WordPressKitTests' do
3030
pod 'OHHTTPStubs', '6.1.0'
3131
pod 'OHHTTPStubs/Swift', '6.1.0'
3232
pod 'OCMock', '~> 3.4.2'
33-
pod 'WordPressShared', '~> 1.4'
33+
pod 'WordPressShared', '~> 1.8.0-beta'
3434
end

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PODS:
2727
- OHHTTPStubs/Swift (6.1.0):
2828
- OHHTTPStubs/Default
2929
- UIDeviceIdentifier (1.1.4)
30-
- WordPressShared (1.7.3):
30+
- WordPressShared (1.8.0-beta.1):
3131
- CocoaLumberjack (~> 3.4)
3232
- FormatterKit/TimeIntervalFormatter (= 1.8.2)
3333
- wpxmlrpc (0.8.4)
@@ -40,7 +40,7 @@ DEPENDENCIES:
4040
- OHHTTPStubs (= 6.1.0)
4141
- OHHTTPStubs/Swift (= 6.1.0)
4242
- UIDeviceIdentifier (~> 1.1.4)
43-
- WordPressShared (~> 1.4)
43+
- WordPressShared (~> 1.8.0-beta)
4444
- wpxmlrpc (= 0.8.4)
4545

4646
SPEC REPOS:
@@ -63,9 +63,9 @@ SPEC CHECKSUMS:
6363
OCMock: 43565190abc78977ad44a61c0d20d7f0784d35ab
6464
OHHTTPStubs: 1e21c7d2c084b8153fc53d48400d8919d2d432d0
6565
UIDeviceIdentifier: 8f8a24b257a4d978c8d40ad1e7355b944ffbfa8c
66-
WordPressShared: 0853172642668b0fbf5c8d56e743896ebf9aae01
66+
WordPressShared: c77c0fc4840d5694a1a684f8c541224dfdb147f2
6767
wpxmlrpc: 6ba55c773cfa27083ae4a2173e69b19f46da98e2
6868

69-
PODFILE CHECKSUM: 2d40a9a3484ab5030d6ddd135b604a0be90271c8
69+
PODFILE CHECKSUM: db3bdf0c001097977876ad82d356303ac06e4c81
7070

7171
COCOAPODS: 1.6.1

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 = "4.1.1-beta.1"
3+
s.version = "4.1.1-beta.2"
44
s.summary = "WordPressKit offers a clean and simple WordPress.com and WordPress.org API."
55

66
s.description = <<-DESC
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121

2222
s.dependency 'Alamofire', '~> 4.7.3'
2323
s.dependency 'CocoaLumberjack', '~> 3.4'
24-
s.dependency 'WordPressShared', '~> 1.4'
24+
s.dependency 'WordPressShared', '~> 1.8.0-beta'
2525
s.dependency 'NSObject-SafeExpectations', '0.0.3'
2626
s.dependency 'wpxmlrpc', '0.8.4'
2727
s.dependency 'UIDeviceIdentifier', '~> 1.1.4'

0 commit comments

Comments
 (0)