This repository was archived by the owner on Sep 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugin 'cocoapods-repo-update'
99def 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 '
3434end
Original file line number Diff line number Diff line change 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
4646SPEC 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
7171COCOAPODS: 1.6.1
Original file line number Diff line number Diff line change 11Pod ::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'
You can’t perform that action at this time.
0 commit comments