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.2.0'
pod 'WordPressShared', '~> 1.3.0'
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-beta.4):
- WordPressKit (1.4.3-beta.5):
- Alamofire (~> 4.7.3)
- CocoaLumberjack (= 3.4.2)
- NSObject-SafeExpectations (= 0.0.3)
- UIDeviceIdentifier (~> 0.4)
- WordPressShared (~> 1.2.0)
- WordPressShared (~> 1.3.0)
- wpxmlrpc (= 0.8.3)
- WordPressShared (1.2.0):
- WordPressShared (1.3.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.2.0)
- WordPressShared (~> 1.3.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand All @@ -70,10 +70,10 @@ SPEC CHECKSUMS:
OCMock: ebe9ee1dca7fbed0ff9193ac0b3e2d8862ea56f6
OHHTTPStubs: 1e21c7d2c084b8153fc53d48400d8919d2d432d0
UIDeviceIdentifier: a959a6d4f51036b4180dd31fb26483a820f1cc46
WordPressKit: 358fa43d76ee198f507dc4bd33ffb5b003c48568
WordPressShared: 7ef0253d54989b195e020a74100a8500be0a4315
WordPressKit: 8a5ae86158a3f5a032bedc7feab07906c5b3d430
WordPressShared: 28b4c30f86ac042175580fcba690abddb759d67e
wpxmlrpc: bfc572f62ce7ee897f6f38b098d2ba08732ecef4

PODFILE CHECKSUM: d34cedd3ddf2354ee42932e27ba7d23509fe3146
PODFILE CHECKSUM: c845eee94b68272db081e6dddb5cc54da1ecba7e

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-beta.4"
s.version = "1.4.3-beta.5"

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.2.0'
s.dependency 'WordPressShared', '~> 1.3.0'
s.dependency 'NSObject-SafeExpectations', '0.0.3'
s.dependency 'wpxmlrpc', '0.8.3'
s.dependency 'UIDeviceIdentifier', '~> 0.4'
Expand Down