Skip to content

Commit 48b2ded

Browse files
committed
Update .podfile to point to latest WPAuth pod. pod install
1 parent eb9d13e commit 48b2ded

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ target 'WooCommerce' do
1818
#
1919
pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :tag => '0.2.3'
2020
pod 'Gridicons', '0.15'
21-
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => 'feature/nux-button-appearance'
21+
pod 'WordPressAuthenticator', '~> 1.0'
2222

2323

2424
# External Libraries

Podfile.lock

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PODS:
3838
- Reachability (3.2)
3939
- SVProgressHUD (2.2.5)
4040
- UIDeviceIdentifier (0.5.0)
41-
- WordPressAuthenticator (1.0.0):
41+
- WordPressAuthenticator (1.0.1):
4242
- 1PasswordExtension (= 1.8.5)
4343
- Alamofire (= 4.7.2)
4444
- CocoaLumberjack (= 3.4.2)
@@ -62,7 +62,7 @@ PODS:
6262
- WordPressShared (1.0.8):
6363
- CocoaLumberjack (~> 3.4)
6464
- FormatterKit/TimeIntervalFormatter (= 1.8.2)
65-
- WordPressUI (1.0.5)
65+
- WordPressUI (1.0.6)
6666
- wpxmlrpc (0.8.3)
6767

6868
DEPENDENCIES:
@@ -72,7 +72,7 @@ DEPENDENCIES:
7272
- Crashlytics (~> 3.10)
7373
- Gridicons (= 0.15)
7474
- KeychainAccess (~> 3.1)
75-
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, branch `feature/nux-button-appearance`)
75+
- WordPressAuthenticator (~> 1.0)
7676

7777
SPEC REPOS:
7878
https://github.com/cocoapods/specs.git:
@@ -92,6 +92,7 @@ SPEC REPOS:
9292
- Reachability
9393
- SVProgressHUD
9494
- UIDeviceIdentifier
95+
- WordPressAuthenticator
9596
- WordPressKit
9697
- WordPressShared
9798
- WordPressUI
@@ -101,17 +102,11 @@ EXTERNAL SOURCES:
101102
Automattic-Tracks-iOS:
102103
:git: https://github.com/Automattic/Automattic-Tracks-iOS.git
103104
:tag: 0.2.3
104-
WordPressAuthenticator:
105-
:branch: feature/nux-button-appearance
106-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
107105

108106
CHECKOUT OPTIONS:
109107
Automattic-Tracks-iOS:
110108
:git: https://github.com/Automattic/Automattic-Tracks-iOS.git
111109
:tag: 0.2.3
112-
WordPressAuthenticator:
113-
:commit: e730a8988e41aa13c3f66fbc9b3aa0feaadcccee
114-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
115110

116111
SPEC CHECKSUMS:
117112
1PasswordExtension: 0e95bdea64ec8ff2f4f693be5467a09fac42a83d
@@ -131,12 +126,12 @@ SPEC CHECKSUMS:
131126
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
132127
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
133128
UIDeviceIdentifier: a959a6d4f51036b4180dd31fb26483a820f1cc46
134-
WordPressAuthenticator: 4c802aa18781858253daf984f873e3efe0dac7ef
129+
WordPressAuthenticator: 60c07bcfb6f1578afaf17621ae4393d688c2ede9
135130
WordPressKit: a24baaa783c3a221f2d9a51c19318cbb27333373
136131
WordPressShared: 063e1e8b1a7aaf635abf17f091a2d235a068abdc
137-
WordPressUI: ab90086350f1e26bf39e578e443d0abf0347e542
132+
WordPressUI: af141587ec444f9af753a00605bd0d3f14d8d8a3
138133
wpxmlrpc: bfc572f62ce7ee897f6f38b098d2ba08732ecef4
139134

140-
PODFILE CHECKSUM: 866b2d94cff149fe369aad2bf0007cd05be5b27c
135+
PODFILE CHECKSUM: 60104ed4eaf82cee487f83818dceb80f392ce97f
141136

142137
COCOAPODS: 1.5.3

0 commit comments

Comments
 (0)