Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ target 'WordPressKit' do
pod 'OHHTTPStubs', '6.1.0'
pod 'OHHTTPStubs/Swift', '6.1.0'
pod 'OCMock', '~> 3.4.2'
pod 'WordPressShared', '~> 1.3.0'
pod 'WordPressShared', '~> 1.4'
end
end
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ PODS:
- OHHTTPStubs/Swift (6.1.0):
- OHHTTPStubs/Default
- UIDeviceIdentifier (0.5.0)
- WordPressKit (1.4.3):
- WordPressKit (1.4.4):
- Alamofire (~> 4.7.3)
- CocoaLumberjack (= 3.4.2)
- NSObject-SafeExpectations (= 0.0.3)
- UIDeviceIdentifier (~> 0.4)
- WordPressShared (~> 1.3.0)
- WordPressShared (~> 1.4)
- wpxmlrpc (= 0.8.3)
- WordPressShared (1.3.0):
- WordPressShared (1.4.0):
- CocoaLumberjack (~> 3.4)
- FormatterKit/TimeIntervalFormatter (= 1.8.2)
- wpxmlrpc (0.8.3)
Expand All @@ -44,7 +44,7 @@ DEPENDENCIES:
- OHHTTPStubs (= 6.1.0)
- OHHTTPStubs/Swift (= 6.1.0)
- WordPressKit (from `./`)
- WordPressShared (~> 1.3.0)
- WordPressShared (~> 1.4)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand All @@ -70,10 +70,10 @@ SPEC CHECKSUMS:
OCMock: ebe9ee1dca7fbed0ff9193ac0b3e2d8862ea56f6
OHHTTPStubs: 1e21c7d2c084b8153fc53d48400d8919d2d432d0
UIDeviceIdentifier: a959a6d4f51036b4180dd31fb26483a820f1cc46
WordPressKit: 73fcb1ff515ae605cfe63642b84514ed25b8267f
WordPressShared: 28b4c30f86ac042175580fcba690abddb759d67e
WordPressKit: 04d8efc0e7b65e467cb848f199721408bcb68f15
WordPressShared: f55be10963c8f6dbbc8e896450805ba1dd5353f7
wpxmlrpc: bfc572f62ce7ee897f6f38b098d2ba08732ecef4

PODFILE CHECKSUM: c845eee94b68272db081e6dddb5cc54da1ecba7e
PODFILE CHECKSUM: a6284d738a2e335fc7b8db139fe8a0ff19c1a138

COCOAPODS: 1.5.3
4 changes: 2 additions & 2 deletions WordPressKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WordPressKit"
s.version = "1.4.3"
s.version = "1.4.4"

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

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

s.dependency 'Alamofire', '~> 4.7.3'
s.dependency 'CocoaLumberjack', '3.4.2'
s.dependency 'WordPressShared', '~> 1.3.0'
s.dependency 'WordPressShared', '~> 1.4'
s.dependency 'NSObject-SafeExpectations', '0.0.3'
s.dependency 'wpxmlrpc', '0.8.3'
s.dependency 'UIDeviceIdentifier', '~> 0.4'
Expand Down