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

Commit cd09777

Browse files
authored
Merge pull request #64 from wordpress-mobile/jklausa-patch-1
Fix podspec to change pinned WPKit version
2 parents 2137f07 + 4a8bb80 commit cd09777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPressAuthenticator.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 = "WordPressAuthenticator"
3-
s.version = "1.2.0-beta.1"
3+
s.version = "1.2.0-beta.2"
44
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55

66
s.description = <<-DESC
@@ -34,6 +34,6 @@ Pod::Spec.new do |s|
3434
s.dependency 'Gridicons', '~> 0.15'
3535
s.dependency 'GoogleSignInRepacked', '4.1.2'
3636
s.dependency 'WordPressUI', '~> 1.0'
37-
s.dependency 'WordPressKit', '~> 3.1.1'
37+
s.dependency 'WordPressKit', '~> 3.1'
3838
s.dependency 'WordPressShared', '~> 1.4'
3939
end

0 commit comments

Comments
 (0)