Skip to content

Commit 36ce9a8

Browse files
Update Cocoapods to stable releases
1 parent 8b76c6d commit 36ce9a8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ def aztec
2727
end
2828

2929
def tracks
30-
pod 'Automattic-Tracks-iOS', '~> 2.0.0-beta.1'
30+
pod 'Automattic-Tracks-iOS', '~> 2.0.0'
3131
# pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :branch => 'trunk'
3232
# pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :commit => ''
3333
# pod 'Automattic-Tracks-iOS', :path => '../Automattic-Tracks-iOS'
3434
end
3535

3636
def wordpress_kit
3737
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
38-
pod 'WordPressKit', '~> 6.0-beta'
38+
pod 'WordPressKit', '~> 6.0'
3939
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
4040
end
4141

Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PODS:
66
- AppAuth/Core (1.6.0)
77
- AppAuth/ExternalUserAgent (1.6.0):
88
- AppAuth/Core
9-
- Automattic-Tracks-iOS (2.0.0-beta.1):
9+
- Automattic-Tracks-iOS (2.0.0):
1010
- Sentry (~> 7.25)
1111
- Sodium (>= 0.9.1)
1212
- UIDeviceIdentifier (~> 2.0)
@@ -75,7 +75,7 @@ PODS:
7575

7676
DEPENDENCIES:
7777
- Alamofire (~> 4.8)
78-
- Automattic-Tracks-iOS (~> 2.0.0-beta.1)
78+
- Automattic-Tracks-iOS (~> 2.0.0)
7979
- CocoaLumberjack (~> 3.7.4)
8080
- CocoaLumberjack/Swift (~> 3.7.4)
8181
- Gridicons (~> 1.2.0)
@@ -85,7 +85,7 @@ DEPENDENCIES:
8585
- StripeTerminal (~> 2.14)
8686
- WordPress-Editor-iOS (~> 1.11.0)
8787
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, branch `trunk`)
88-
- WordPressKit (~> 6.0-beta)
88+
- WordPressKit (~> 6.0)
8989
- WordPressShared (~> 2.0)
9090
- WordPressUI (~> 1.12.5)
9191
- Wormholy (~> 1.6.5)
@@ -144,7 +144,7 @@ CHECKOUT OPTIONS:
144144
SPEC CHECKSUMS:
145145
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
146146
AppAuth: 8fca6b5563a5baef2c04bee27538025e4ceb2add
147-
Automattic-Tracks-iOS: 20220d63a075787a890513ae56214a17a160ec43
147+
Automattic-Tracks-iOS: 8b065227e3fb341d19bd502ff748fcffb8199a1d
148148
CocoaLumberjack: 543c79c114dadc3b1aba95641d8738b06b05b646
149149
GoogleSignIn: fd381840dbe7c1137aa6dc30849a5c3e070c034a
150150
Gridicons: 4455b9f366960121430e45997e32112ae49ffe1d
@@ -178,6 +178,6 @@ SPEC CHECKSUMS:
178178
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
179179
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
180180

181-
PODFILE CHECKSUM: edd03ed08aa5c68531f27bdd04f1c0b846f98749
181+
PODFILE CHECKSUM: a09e3ee200fbf92e30759055ee99fd73f879837d
182182

183183
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)