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

Commit f62a3cc

Browse files
committed
Bump version from 1.38.0-beta.4 to 1.38.0 stable
1 parent 7bad747 commit f62a3cc

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.38.0-beta.4"
3+
s.version = "1.38.0"
44

55
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
66
s.description = <<-DESC
@@ -33,7 +33,7 @@ Pod::Spec.new do |s|
3333

3434
# Fixing arm64 issue with Xcode 12: https://github.com/CocoaPods/CocoaPods/issues/10104
3535
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
36-
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
36+
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
3737

3838
s.dependency '1PasswordExtension', '~> 1.8.6'
3939
s.dependency 'Alamofire', '~> 4.8'

0 commit comments

Comments
 (0)