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

Commit a6bfbe2

Browse files
committed
Correct merge conflict - update WordPressKit to the correct version
1 parent 9bdbe37 commit a6bfbe2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def wordpress_authenticator_pods
1111
##
1212
pod 'Gridicons', '~> 1.0'
1313
pod 'WordPressUI', '~> 1.5.2'
14-
pod 'WordPressKit', '~> 4.6.0'
14+
pod 'WordPressKit', '~> 4.7.0-beta.1'
1515
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
1616
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => ''
1717
pod 'WordPressShared', '~> 1.8.16'

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PODS:
4444
- Specta (1.0.7)
4545
- SVProgressHUD (2.2.5)
4646
- UIDeviceIdentifier (1.4.0)
47-
- WordPressKit (4.6.0):
47+
- WordPressKit (4.7.0-beta.1):
4848
- Alamofire (~> 4.8.0)
4949
- CocoaLumberjack (~> 3.4)
5050
- NSObject-SafeExpectations (= 0.0.4)
@@ -71,7 +71,7 @@ DEPENDENCIES:
7171
- OHHTTPStubs/Swift (= 8.0.0)
7272
- Specta (= 1.0.7)
7373
- SVProgressHUD (= 2.2.5)
74-
- WordPressKit (~> 4.6.0)
74+
- WordPressKit (~> 4.7.0-beta.1)
7575
- WordPressShared (~> 1.8.16)
7676
- WordPressUI (~> 1.5.2)
7777

@@ -117,11 +117,11 @@ SPEC CHECKSUMS:
117117
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
118118
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
119119
UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0
120-
WordPressKit: 767cc17ae08894f73f08c852fe124c865a62fb3d
120+
WordPressKit: bd4cd5b4e7616c388082db83e7cd2031b6b3404e
121121
WordPressShared: 1bc316ed162f42af4e0fa2869437e9e28b532b01
122122
WordPressUI: 70cc58a253c352330b23cd8fa6dd6a2021570e18
123123
wpxmlrpc: 6a9bdd6ab9d1b159b384b0df0f3f39de9af4fecf
124124

125-
PODFILE CHECKSUM: 3151144797c1004e8cff15ab8f60a5aef590e297
125+
PODFILE CHECKSUM: 4c5fa8d5cfa8263a9f6307ad0be59d4c70437bbf
126126

127127
COCOAPODS: 1.8.4

WordPressAuthenticator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WordPressAuthenticator"
3-
s.version = "1.12.0-beta.3"
3+
s.version = "1.12.0-beta.4"
44
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)