Skip to content

Commit 0ca79fd

Browse files
committed
Use better SemVer requirement for WordPressAuthenticator pod
See discussion at #19163 (comment)
1 parent 3740c92 commit 0ca79fd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ abstract_target 'Apps' do
222222

223223
pod 'Gridicons', '~> 1.1.0'
224224

225-
pod 'WordPressAuthenticator', '~> 2.1.0'
225+
pod 'WordPressAuthenticator', '~> 2.1'
226226
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
227227
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
228228
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ DEPENDENCIES:
603603
- Starscream (= 3.0.6)
604604
- SVProgressHUD (= 2.2.5)
605605
- WordPress-Editor-iOS (~> 1.19.8)
606-
- WordPressAuthenticator (~> 2.1.0)
606+
- WordPressAuthenticator (~> 2.1)
607607
- WordPressKit (~> 4.57.0)
608608
- WordPressShared (~> 1.18.0)
609609
- WordPressUI (~> 1.12.5)
@@ -884,6 +884,6 @@ SPEC CHECKSUMS:
884884
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
885885
ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37
886886

887-
PODFILE CHECKSUM: 6de269c9c15437b272a025a41941e8d00de0e6d0
887+
PODFILE CHECKSUM: b04afabe26bbaa890ee18a5c48d3b5faf73b8ebb
888888

889889
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)